Skip to content

Commit

Permalink
fix(deps): remove unnecessary dependency declarations
Browse files Browse the repository at this point in the history
 - networkx was only for g2p, and is no longer even required
 - anyio is another indirect dependency, and we no longer need to hold
   it back to <4: the incompatibility that seems to have addressed
   appears to be gone
 - httpx is a testing dependency only, not a base one, for testing our
   API implemented with fastapi
  • Loading branch information
joanise committed Sep 17, 2024
1 parent 51311e9 commit 791e0b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
black~=24.3
flake8>=4.0.1
gitlint-core>=0.17.0
httpx>=0.24.1
isort>=5.10.1
mypy>=1.4.1
mypy>=1.5.1; python_version >= "3.8"
Expand Down
3 changes: 0 additions & 3 deletions requirements.min.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# This is the minimal set of dependencies required for the readalongs package
anyio<4.0.0
chevron==0.14.0
click>=8.0.4
coloredlogs>=10.0
fastapi>=0.100.0
g2p>=1.1.20230822, <3
httpx>=0.24.1
lxml==4.9.4
networkx>=2.6
numpy>=1.20.2
pydantic>=1.8.2,<3
pydub==0.23.1
Expand Down

0 comments on commit 791e0b9

Please sign in to comment.