Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #497 from CSCfi/CSCMETAX-61-update-python-packages
Browse files Browse the repository at this point in the history
CSCMETAX-61-update-python-packages
  • Loading branch information
hannu40k authored Sep 30, 2019
2 parents 1d063e3 + 097b26b commit bf06353
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
coveralls==1.7.0 # code coverage reportin in travis
coveralls==1.8.2 # code coverage reportin in travis
datacite==1.0.1 # BSD-license. convert datasets to datacite xml. datacite metadata store api wrappers
python-dateutil==2.8.0
Django==2.1.11 # BSD-license
elasticsearch<6.0.0
hiredis==1.0.0 # Used by redis (redis-py) for parser
djangorestframework==3.9.2 # BSD-license
djangorestframework==3.9.4 # BSD-license
django-rainbowtests==0.6.0 # colored test output
flake8==3.7.7 # MIT-license
flake8==3.7.8 # MIT-license
gevent==1.4.0 # gunicorn dep
gunicorn==19.9.0 # MIT-license
ipdb==0.12 # dev tool
ipdb==0.12.2 # dev tool
jsonschema==2.6.0
lxml==4.3.3
pika==1.0.0
psycopg2-binary==2.7.7 # LGPL with exceptions or ZPL
lxml==4.4.1
pika==1.1.0
psycopg2-binary==2.8.3 # LGPL with exceptions or ZPL
PyJWT==1.7.1 # MIT-license
pyoai==2.5.0
python-simplexquery==1.0.5.3
pytz==2018.9
pyyaml==5.1
redis==3.2.1
requests==2.21.0 # Apache 2.0-license
pytz==2019.2
pyyaml==5.1.2
redis==3.3.8
requests==2.22.0 # Apache 2.0-license
responses==0.10.6 # Apache 2.0-license
Sphinx==1.8.5 # custom license
sphinx-autobuild==0.7.1 # MIT-license
sphinx-rtd-theme==0.4.3 # MIT-license
structlog==19.1.0 # Apache 2.0-license, MIT
simplejson==3.16.0 # MIT-license
urllib3==1.24.2
urllib3==1.25.6
xmltodict==0.12.0 # MIT-license

0 comments on commit bf06353

Please sign in to comment.