Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Make the requirements.txt more flexible, so other applications can more easily incorporate Catchpy.
  • Loading branch information
ColeDCrawford committed May 28, 2024
1 parent 8051306 commit 720f406
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Make sure you have docker_ installed to try this quickstart.
$> docker-compose up
$> docker-compose exec web python manage.py migrate
$> docker-compose exec web python manage.py createsuperuser
$> open http://localhost:8000/static/anno/index.html
$> open http://localhost:9000/static/anno/index.html


This last command opens the API page, where you can try the `Web Annotation`_
Expand Down
22 changes: 11 additions & 11 deletions catchpy/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Django~=4.2
iso8601~=2.0.0
jsonschema==4.18.4
Django>=4.2
iso8601>=2.0.0
jsonschema>=4.18.4
psycopg>=3.1.8
PyJWT==2.8.0
PyLD==2.0.3
python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3
requests~=2.31.0
django-log-request-id==2.1.0
django-cors-headers~=4.2.0
PyJWT>=2.8.0
PyLD>=2.0.4=3
python-dateutil>=2.8.2
python-dotenv>=1.0.0
pytz>=2023.3
requests>=2.31.0
django-log-request-id>=2.1.0
django-cors-headers>=4.2.0

0 comments on commit 720f406

Please sign in to comment.