made directory for requirements.

This commit is contained in:
NotoriousRebel 2019-12-29 23:08:02 -05:00
parent ee1a3d60be
commit df037410a9
2 changed files with 5 additions and 6 deletions

View file

@ -3,16 +3,11 @@ aiohttp==3.6.2
aiosqlite==0.11.0
beautifulsoup4==4.8.2
dnspython==1.16.0
flake8==3.7.9
gevent==1.4.0
grequests==0.4.0
lxml==4.4.2
mypy==0.761
netaddr==0.7.19
plotly==4.4.1
pytest==5.3.2
PyYaml==5.2
requests==2.22.0
shodan==1.21.0
shodan==1.21.1
texttable==1.6.2
retrying==1.3.3

4
requirements/dev.txt Normal file
View file

@ -0,0 +1,4 @@
-r base.txt
flake8==3.7.9
pytest==5.3.2
mypy==0.761