mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-23 22:13:02 +08:00
made directory for requirements.
This commit is contained in:
parent
ee1a3d60be
commit
df037410a9
2 changed files with 5 additions and 6 deletions
|
@ -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
4
requirements/dev.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
-r base.txt
|
||||
flake8==3.7.9
|
||||
pytest==5.3.2
|
||||
mypy==0.761
|
Loading…
Reference in a new issue