forked from AysherInc/Arelle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
36 lines (36 loc) · 903 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# core modules
certifi==2024.7.4
importlib-metadata==4.2; python_version < "3.8"
lxml==4.9.2
OpenPyXL==3.1.2
pyparsing==3.1.0
regex==2023.6.3
isodate==0.6.1
aniso8601==9.0.1
CherryPy==18.8.0
Cheroot==9.0.0
# special note: pip install --no-cache --use-pep517 pycountry
pycountry==22.3.5
# plugins
# EdgarRenderer plugin
NumPy==1.21.6 ; python_version < "3.8"
NumPy==1.23.4 ; python_version >= "3.8"
Matplotlib==3.5.3 ; python_version < "3.8"
Matplotlib==3.6.1 ; python_version >= "3.8"
holidays==0.45
Tornado==6.4.1
# security plugin
PyCryptodome==3.18.0
# xbrlDB plugin
cx_Oracle==8.3.0
pg8000==1.29.8
PyMySQL==1.1.1
pyodbc==4.0.39
RDFLib==5.0.0
# other
graphviz==0.20.1
Pillow==10.3.0
pywin32==306 ; sys_platform == "win32"
tinycss2==1.2.1
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability