Skip to content

Commit

Permalink
Merge pull request #107 from Aratz/Clean_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
slohse authored Jul 5, 2023
2 parents 159306d + 79f5ef7 commit 6e35031
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements/dev
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r prod
pytest~=7.3.1
pytest-cov~=4.0.0
pytest~=7.4.0
pytest-cov~=4.1.0
codecov~=2.1.13
sphinx-autobuild~=2021.3.14
myst-parser~=1.0.0
sphinx<7
mock
sphinx~=7.0.1
mock~=5.0.2
5 changes: 3 additions & 2 deletions requirements/prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
click~=8.0.1
click~=8.1.1
PyYAML~=6.0
interop>=1.2.3
interop~=1.2.4
xmltodict~=0.13.0
tornado~=6.3.2
sample_sheet~=0.13.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires=[
"click",
"PyYAML>=6.0",
"interop>=1.1.10",
"interop>=1.2.3",
"xmltodict",
"tornado",
"sample_sheet"],
Expand Down

0 comments on commit 6e35031

Please sign in to comment.