Skip to content

Commit

Permalink
Remove docker compose from setup and requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 committed Jul 21, 2023
1 parent 5ce0b38 commit 021df24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ django-widget-tweaks==1.4.12
djangorestframework==3.13.1
doc8==0.11.1
docker==5.0.3
docker-compose==1.29.2
dockerpty==0.4.1
docopt==0.6.2
docutils==0.17.1
Expand Down Expand Up @@ -79,7 +78,7 @@ pyrsistent==0.18.1
pytest==7.1.1
pytest-django==4.5.2
python-dateutil==2.8.2
python-dotenv==0.20.0
python-dotenv==1.0.0
pytz==2022.1
PyYAML==6.0.1
requests==2.27.1
Expand Down
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ install_requires =
requests>=2.25.1
fetchcode>=0.2.0

#vulntotal
python-dotenv
texttable


[options.extras_require]
dev =
# Validation
Expand All @@ -107,7 +112,6 @@ dev =
pytest-django>=4.5.2
freezegun>=1.1.0
# misc
docker-compose
ipython==8.10.0
# used for testing
commoncode
Expand Down

0 comments on commit 021df24

Please sign in to comment.