-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
48 lines (48 loc) · 4.12 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
amqp==5.0.9; python_version >= "3.7"
attrs==21.4.0; python_version >= "3.10" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.10" and python_version < "4.0"
billiard==3.6.4.0; python_version >= "3.7"
cachetools==5.0.0; python_version >= "3.7" and python_version < "4.0"
celery==5.2.3; python_version >= "3.7"
certifi==2021.10.8; python_version >= "3.10" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.10" and python_version < "4.0" and python_full_version >= "3.6.0"
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.10" and python_version < "4.0"
click-didyoumean==0.3.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7"
click-plugins==1.1.1; python_version >= "3.7"
click-repl==0.2.0; python_version >= "3.7"
click==8.0.3; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7"
colorama==0.4.4; python_version >= "3.10" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" and python_version < "4.0" or sys_platform == "win32" and python_version >= "3.10" and python_full_version >= "3.5.0" and platform_system == "Windows" and python_version < "4.0"
deprecated==1.2.13; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
fmi2rdf @ git+https://github.com/UdSAES/fmi2rdf.git@dev ; python_version >= "3.10" and python_version < "4.0"
fmpy==0.3.5; python_version >= "3.5"
idna==3.3; python_version >= "3.10" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version >= "3.10" and python_version < "4.0"
invoke==1.6.0
isodate==0.6.1; python_version >= "3.10" and python_version < "4.0"
jinja2==3.0.3; python_version >= "3.6"
kombu==5.2.3; python_version >= "3.7"
lark-parser==0.12.0; python_version >= "3.10" and python_version < "4.0"
loguru==0.6.0; python_version >= "3.5"
lxml==4.7.1; python_version >= "3.10" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.10" and python_version < "4.0"
markupsafe==2.0.1; python_version >= "3.6"
msgpack==1.0.3; python_version >= "3.10" and python_version < "4.0"
nanoid==2.0.0
numpy==1.22.2; python_version >= "3.8"
packaging==21.3; python_version >= "3.6"
pandas==1.4.1; python_version >= "3.8"
pendulum==2.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
prompt-toolkit==3.0.28; python_full_version >= "3.6.2" and python_version >= "3.7"
pydash==5.1.0; python_version >= "3.6"
pyparsing==3.0.7; python_version >= "3.10" and python_version < "4.0"
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
pytz==2021.3; python_version >= "3.10" and python_version < "4.0"
pytzdata==2020.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pywin32==303; platform_system == "Windows" and python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0; python_version >= "3.10" and python_version < "4.0"
rdflib==6.1.1; python_version >= "3.7"
redis==4.1.4; python_version >= "3.6"
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
scipy==1.8.0; python_version >= "3.8" and python_version < "3.11"
six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
urllib3==1.26.8; python_version >= "3.10" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.10"
vine==5.0.0; python_version >= "3.7"
wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.7"
win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.10" and python_version < "4.0"
wrapt==1.13.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"