Skip to content

Commit

Permalink
Merge branch 'develop' into feature/get-doi-for-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots authored Oct 22, 2021
2 parents 1693ef4 + 3ffe06a commit a687c80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
aiohttp==3.7.4.post0
cryptography==35.0.0
gunicorn==20.1.0
jsonschema==4.0.1
jsonschema==4.1.0
motor==2.5.1
python-dateutil==2.8.2
uvloop==0.16.0
xmlschema==1.8.0
Authlib==0.15.4
ujson==4.1.0
requests==2.26.0
ujson==4.2.0
requests==2.26.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=requirements,
extras_require={
"test": ["coverage==6.0", "pytest==6.2.5", "pytest-cov==3.0.0", "tox==3.24.4"],
"test": ["coverage==6.0.2", "pytest==6.2.5", "pytest-cov==3.0.0", "tox==3.24.4"],
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.0.0"],
},
package_data={
Expand Down

0 comments on commit a687c80

Please sign in to comment.