Skip to content

Commit 021df24

Browse files
committed
Remove docker compose from setup and requirements
Signed-off-by: Tushar Goel <[email protected]>
1 parent 5ce0b38 commit 021df24

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ django-widget-tweaks==1.4.12
2828
djangorestframework==3.13.1
2929
doc8==0.11.1
3030
docker==5.0.3
31-
docker-compose==1.29.2
3231
dockerpty==0.4.1
3332
docopt==0.6.2
3433
docutils==0.17.1
@@ -79,7 +78,7 @@ pyrsistent==0.18.1
7978
pytest==7.1.1
8079
pytest-django==4.5.2
8180
python-dateutil==2.8.2
82-
python-dotenv==0.20.0
81+
python-dotenv==1.0.0
8382
pytz==2022.1
8483
PyYAML==6.0.1
8584
requests==2.27.1

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ install_requires =
9191
requests>=2.25.1
9292
fetchcode>=0.2.0
9393

94+
#vulntotal
95+
python-dotenv
96+
texttable
97+
98+
9499
[options.extras_require]
95100
dev =
96101
# Validation
@@ -107,7 +112,6 @@ dev =
107112
pytest-django>=4.5.2
108113
freezegun>=1.1.0
109114
# misc
110-
docker-compose
111115
ipython==8.10.0
112116
# used for testing
113117
commoncode

0 commit comments

Comments
 (0)