Skip to content

Commit

Permalink
build: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Aug 13, 2023
1 parent f02353a commit f4910a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
setuptools>=60.0.0
setuptools-scm[toml]>=4
blowfish>=0.6.0
bidict>=0.21.0
numpy>=1.19.0
blowfish>=0.6.0
construct>=2.10.0
hypothesis>=6.0.0
psutil>=5.9.0
numpy>=1.19.0
packaging
pytest>=6.2.0
psutil>=5.9.0
setuptools>=60.0.0
setuptools-scm[toml]>=4
sqlalchemy~=1.4.0
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ install_requires =
construct>=2.10.0
hypothesis>=6.0.0
numpy>=1.19.0
packaging
pytest>=6.2.0
psutil>=5.9.0
setuptools>=60.0.0
Expand Down

0 comments on commit f4910a8

Please sign in to comment.