mirror of https://github.com/MISP/misp-modules
chg: [REQUIREMENTS] updated
parent
901d3f4498
commit
443f1f5e9c
|
@ -1,5 +1,5 @@
|
|||
-i https://pypi.org/simple
|
||||
aiohttp==3.8.4
|
||||
aiohttp>=3.9.0
|
||||
aiosignal==1.3.1 ; python_version >= '3.7'
|
||||
antlr4-python3-runtime==4.9.3
|
||||
anyio==3.6.2 ; python_full_version >= '3.6.2'
|
||||
|
@ -18,7 +18,7 @@ beautifulsoup4==4.12.2
|
|||
bidict==0.22.1 ; python_version >= '3.7'
|
||||
blockchain==1.4.4
|
||||
censys==2.2.2
|
||||
certifi==2023.5.7 ; python_version >= '3.6'
|
||||
certifi>=2023.7.22 ; python_version >= '3.6'
|
||||
cffi==1.15.1
|
||||
chardet==5.1.0
|
||||
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
|
||||
|
@ -30,7 +30,7 @@ colorclass==2.2.2 ; python_version >= '2.6'
|
|||
compressed-rtf==1.0.6
|
||||
configparser==5.3.0 ; python_version >= '3.7'
|
||||
crowdstrike-falconpy==1.2.15
|
||||
cryptography==40.0.2 ; python_version >= '3.6'
|
||||
cryptography>=41.0.2 ; python_version >= '3.6'
|
||||
dateparser==1.1.8 ; python_version >= '3.7'
|
||||
decorator==5.1.1 ; python_version >= '3.5'
|
||||
deprecated==1.2.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
|
@ -96,7 +96,7 @@ pandas-ods-reader==0.1.4
|
|||
passivetotal==2.5.9
|
||||
pcodedmp==1.2.6
|
||||
pdftotext==2.2.2
|
||||
pillow==9.5.0
|
||||
pillow>=10.2.0
|
||||
pkgutil-resolve-name==1.3.10 ; python_version < '3.9'
|
||||
progressbar2==4.2.0 ; python_full_version >= '3.7.0'
|
||||
psutil==5.9.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
|
|
Loading…
Reference in New Issue