mirror of https://github.com/MISP/misp-modules
chg: [pip] Force pandas to 1.3.5
parent
907ac1e935
commit
84ded524f9
2
Pipfile
2
Pipfile
|
@ -48,7 +48,7 @@ ODTReader = { editable = true, git = "https://github.com/cartertemm/ODTReader.gi
|
||||||
python-pptx = "*"
|
python-pptx = "*"
|
||||||
python-docx = "*"
|
python-docx = "*"
|
||||||
ezodf = "*"
|
ezodf = "*"
|
||||||
pandas = "*"
|
pandas = "==1.3.5"
|
||||||
pandas_ods_reader = "==0.1.2"
|
pandas_ods_reader = "==0.1.2"
|
||||||
pdftotext = "*"
|
pdftotext = "*"
|
||||||
lxml = "*"
|
lxml = "*"
|
||||||
|
|
|
@ -80,7 +80,7 @@ olefile==0.46; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2,
|
||||||
oletools==0.56.2
|
oletools==0.56.2
|
||||||
opencv-python==4.5.3.56
|
opencv-python==4.5.3.56
|
||||||
pandas-ods-reader==0.1.2
|
pandas-ods-reader==0.1.2
|
||||||
pandas==1.1.5
|
pandas==1.3.5
|
||||||
passivetotal==2.5.4
|
passivetotal==2.5.4
|
||||||
pcodedmp==1.2.6
|
pcodedmp==1.2.6
|
||||||
pdftotext==2.2.0
|
pdftotext==2.2.0
|
||||||
|
|
Loading…
Reference in New Issue