Skip to content

Commit

Permalink
Remove running requirements from the server requirements-dev.txt
Browse files Browse the repository at this point in the history
Signed-off-by: yzamir <kobi.zamir@gmail.com>
  • Loading branch information
yaacov committed Sep 12, 2023
1 parent f3c182c commit 327c5b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init:
pip install -r rose/client/requirements.txt
pip install -r rose/server/requirements.txt

dev-init:
dev-init: init
pip install -r rose/client/requirements-dev.txt
pip install -r rose/server/requirements-dev.txt

Expand Down
3 changes: 0 additions & 3 deletions rose/server/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ flake8>=3.9.0
coverage>=7.3.0
radon>=6.0.0
black>=23.7.0
requests>=2.28.0
websockets>=11.0.0
aiohttp>=3.8.0
pytest
pytest-check-links
pytest-coverage
Expand Down

0 comments on commit 327c5b7

Please sign in to comment.