mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 09:02:37 +08:00
update deps and gitignore
This commit is contained in:
parent
3743ee4eb5
commit
35bd999676
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,3 +16,4 @@ theHarvester.egg-info
|
|||
api-keys.yaml
|
||||
.DS_Store
|
||||
.venv
|
||||
.pyre
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
flake8==5.0.4
|
||||
mypy==0.982
|
||||
mypy-extensions==0.4.3
|
||||
pyre-check==0.9.16
|
||||
pyflakes==2.5.0
|
||||
pytest==7.2.0
|
||||
pytest-asyncio==0.20.1
|
||||
|
|
Loading…
Reference in a new issue