Skip to content

Commit

Permalink
build: move checksumdir and locust libraries from project require…
Browse files Browse the repository at this point in the history
…ments to tests requirements (only used in unit tests)
  • Loading branch information
laurent-laporte-pro committed Sep 28, 2023
1 parent c4495a0 commit f8d036e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ black~=23.7.0
isort~=5.12.0
mypy~=1.4.1
pyinstaller~=4.8
checksumdir~=1.2.0

# Extra requirements installed by `mypy --install-types`.
# IMPORTANT: Make sure the versions of these typing libraries match the versions
Expand Down
4 changes: 3 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r requirements.txt
checksumdir~=1.2.0
locust~=2.7.0
pytest~=6.2.5
pytest-cov~=4.0.0
pytest-cov~=4.0.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Antares-Launcher~=1.3.1
alembic~=1.7.5
asgi-ratelimit[redis]==0.7.0
bcrypt~=3.2.0
checksumdir~=1.2.0
click~=8.0.3
contextvars~=2.4
fastapi-jwt-auth~=0.5.0
Expand All @@ -12,7 +11,6 @@ filelock~=3.4.2
gunicorn~=20.1.0
Jinja2~=3.0.3
jsonref~=0.2
locust~=2.7.0
MarkupSafe~=2.0.1
numpy~=1.22.1
pandas~=1.4.0
Expand Down

0 comments on commit f8d036e

Please sign in to comment.