Skip to content

Commit

Permalink
fix(deps): remove unecessary dep declarations from min deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Sep 17, 2024
1 parent 05fe7e8 commit 912b6c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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
2 changes: 0 additions & 2 deletions requirements.min.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# 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
numpy>=1.20.2
pydantic>=1.8.2,<3
Expand Down

0 comments on commit 912b6c7

Please sign in to comment.