File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ django-widget-tweaks==1.4.12
2828djangorestframework == 3.13.1
2929doc8 == 0.11.1
3030docker == 5.0.3
31- docker-compose == 1.29.2
3231dockerpty == 0.4.1
3332docopt == 0.6.2
3433docutils == 0.17.1
@@ -79,7 +78,7 @@ pyrsistent==0.18.1
7978pytest == 7.1.1
8079pytest-django == 4.5.2
8180python-dateutil == 2.8.2
82- python-dotenv == 0.20 .0
81+ python-dotenv == 1.0 .0
8382pytz == 2022.1
8483PyYAML == 6.0.1
8584requests == 2.27.1
Original file line number Diff line number Diff 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]
95100dev =
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
You can’t perform that action at this time.
0 commit comments