mirror of https://github.com/MISP/mail_to_misp
chg: [py] Bumped requirements.txt
parent
851a98177e
commit
3e931448a9
|
@ -1,35 +1,33 @@
|
||||||
-i https://pypi.org/simple
|
attrs==19.3.0
|
||||||
-e .
|
certifi==2020.4.5.2
|
||||||
-e git+https://github.com/MISP/PyMISP.git@7c7330fbb96cb037b7d3a84eebc7fe9b8bc094cb#egg=pymisp
|
|
||||||
attrs==19.1.0
|
|
||||||
certifi==2019.6.16
|
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
click==7.0
|
click==7.1.2
|
||||||
decorator==4.4.0
|
decorator==4.4.2
|
||||||
deprecated==1.2.6
|
defang==0.5.3
|
||||||
|
deprecated==1.2.10
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
dominate==2.3.5
|
dominate==2.5.1
|
||||||
|
flask==1.1.2
|
||||||
flask-bootstrap==3.3.7.1
|
flask-bootstrap==3.3.7.1
|
||||||
flask==1.1.1
|
gunicorn==20.0.4
|
||||||
gevent==20.4.0
|
idna==2.9
|
||||||
git+https://github.com/Rafiot/defang.git@52972a25313e2899f98f1777b940cb2122566a26#egg=defang
|
importlib-metadata==1.6.1; python_version < "3.8"
|
||||||
git+https://github.com/kbandla/pydeep.git@bc0d33bff4b45718b4c5f2c79d4715d92a427eda#egg=pydeep
|
|
||||||
git+https://github.com/stricaud/faup.git@a5268839130d76ebe2a26e9d7ff497e7d81dc142#egg=pyfaup&subdirectory=src/lib/bindings/python
|
|
||||||
greenlet==0.4.15 ; platform_python_implementation == 'CPython'
|
|
||||||
gunicorn[gevent]==19.9.0
|
|
||||||
idna==2.8
|
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
jinja2==2.10.1
|
jinja2==2.11.2
|
||||||
jsonschema==3.0.1
|
jsonschema==3.2.0
|
||||||
lief==0.10.1
|
lief==0.10.1
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
pyrsistent==0.15.3
|
pydeep==0.4
|
||||||
python-dateutil==2.8.0
|
pyfaup==1.2
|
||||||
python-magic==0.4.15
|
pymisp==2.4.126
|
||||||
requests==2.22.0
|
pyrsistent==0.16.0
|
||||||
six==1.12.0
|
python-dateutil==2.8.1
|
||||||
urllib3==1.25.3
|
python-magic==0.4.18
|
||||||
validators==0.13.0
|
requests==2.23.0
|
||||||
|
six==1.15.0
|
||||||
|
urllib3==1.25.9
|
||||||
|
validators==0.15.0
|
||||||
visitor==0.1.3
|
visitor==0.1.3
|
||||||
werkzeug==0.15.5
|
werkzeug==1.0.1
|
||||||
wrapt==1.12.1
|
wrapt==1.12.1
|
||||||
|
zipp==3.1.0; python_version < "3.8"
|
||||||
|
|
Loading…
Reference in New Issue