Skip to content

Commit

Permalink
Fix and freeze dependencies (#242)
Browse files Browse the repository at this point in the history
sphinx-rtd-theme wasn't compatible with updated sphinx. We can update
this separately.

Also, zocalo isn't compatible with pydantic 2 yet.

Freeze other dependencies listed in requirements_dev.txt - the whole
purpose of having a requirements file is freezing the direct
dependencies.
  • Loading branch information
ndevenish committed Aug 24, 2023
1 parent 311942c commit 482bb7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
PyYAML==6.0
graypy==2.1.0
marshmallow==3.19.0
pydantic
pydantic==1.10.12
pytest-cov==4.1.0
pytest-mock
pytest-mock==3.11.1
pytest==7.4.0
requests
requests_mock
setuptools==68.0.0
requests==2.31.0
requests_mock==1.11.0
workflows==2.26
2 changes: 1 addition & 1 deletion requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==7.0.1
Sphinx==6.2.1
sphinx-rtd-theme==1.2.2
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install_requires =
graypy>=1.0
marshmallow
requests
pydantic
pydantic<2
setuptools
workflows>=2.14
packages = find:
Expand Down

0 comments on commit 482bb7c

Please sign in to comment.