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

Commit

Permalink
Merge branch '21/04/19/update_dependencies' into 'test'
Browse files Browse the repository at this point in the history
21/04 Update dependencies

See merge request fairdata/fairdata-metax!30
  • Loading branch information
Toni Nurmi committed Apr 30, 2021
2 parents cefffce + 4a2d7b0 commit ee29558
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 41 deletions.
145 changes: 112 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
appdirs==1.4.4; python_version >= "3.6"
appnope==0.1.2; sys_platform == "darwin" and python_version >= "3.7"
asgiref==3.3.4; python_version >= "3.6"
asttokens==2.0.4
asttokens==2.0.5
attrs==20.3.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
autosemver==0.5.5
backcall==0.2.0; python_version >= "3.7"
black==20.8b1; python_version >= "3.6"
certifi==2020.12.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0"
datacite==1.0.1
datacite==1.1.1
decorator==5.0.7; python_version >= "3.7"
django-debug-toolbar==3.2; python_version >= "3.6"
django-debug-toolbar==3.2.1; python_version >= "3.6"
django-environ==0.4.5
django-rainbowtests==0.6.0
django-split-settings==1.0.1; python_version >= "3.6" and python_version < "4.0"
django-watchman==1.2.0
django==3.1.8; python_version >= "3.6"
djangorestframework==3.12.4; python_version >= "3.5"
elasticsearch==7.12.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0" and python_version < "4")
executing==0.5.4
dulwich==0.19.16
elasticsearch==7.12.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0" and python_version < "4")
executing==0.6.0
gunicorn==20.1.0; python_version >= "3.5"
icecream==2.1.0
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
importlib-metadata==3.10.1; python_version >= "3.6" and python_version < "3.8"
idutils==1.1.8
importlib-metadata==4.0.1; python_version >= "3.6" and python_version < "3.8"
ipdb==0.13.7; python_version >= "2.7"
ipython-genutils==0.2.0; python_version >= "3.7"
ipython==7.22.0; python_version >= "3.7"
isbnid-fork==0.5.2
isodate==0.6.0
jedi==0.18.0; python_version >= "3.7"
jsonschema==3.2.0
Expand All @@ -41,7 +45,7 @@ prompt-toolkit==3.0.18; python_full_version >= "3.6.1" and python_version >= "3.
psycopg2-binary==2.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.7"
pygments==2.8.1; python_version >= "3.7"
pyjwt==2.0.1; python_version >= "3.6"
pyjwt==2.1.0; python_version >= "3.6"
pyoai==2.5.0
pyparsing==2.4.7; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
pyrsistent==0.17.3; python_version >= "3.5"
Expand All @@ -53,7 +57,7 @@ rdflib==5.0.0
redis==3.5.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
regex==2021.4.4; python_version >= "3.6"
requests==2.25.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
responses==0.13.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
responses==0.13.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
six==1.15.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
sqlparse==0.4.1; python_version >= "3.6"
structlog==21.1.0; python_version >= "3.6"
Expand Down

0 comments on commit ee29558

Please sign in to comment.