Skip to content

Commit

Permalink
chore: keep ULiege settings (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathienle authored Jan 31, 2023
1 parent 65ef5e1 commit b55dc2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --extra-index-url=https://packagecloud.io/cytomine-uliege/Cytomine-python-client/pypi/simple
#
Expand Down Expand Up @@ -63,7 +63,8 @@ commonmark==0.9.1
# via rich
cycler==0.11.0
# via matplotlib
git+https://github.com/cytomine/Cytomine-python-client@v2.3.0#egg=Cytomine-python-client
cytomine-python-client==2.9.0
# via pims (setup.py)
fastapi==0.68.2
# via pims (setup.py)
fasteners==0.16.3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
'rasterio>=1.2.1',

# Must be at end to work with dependency links
'Cytomine-python-client>=2.3.0',
'Cytomine-python-client>=2.8.3',
]

DEPENDENCY_LINKS = [
'https://github.com/cytomine/Cytomine-python-client/tarball/master#egg=Cytomine-python-client-2.3.0'
'https://packagecloud.io/cytomine-uliege/Cytomine-python-client/pypi/simple/cytomine-python-client/'
]

# What packages are optional?
Expand Down

0 comments on commit b55dc2f

Please sign in to comment.