-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
20 lines (20 loc) · 1.45 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
colorama==0.4.5; python_version >= "2.7" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and platform_system == "Windows"
idna==3.3; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.12.0; python_version < "3.8.0" and python_version >= "3.7"
isodate==0.6.1; python_version >= "3.7"
numpy==1.21.6
pandas==1.3.5; python_full_version >= "3.7.1"
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7"
python-dateutil==2.8.2; python_full_version >= "3.7.1"
python-dotenv==0.20.0; python_version >= "3.5"
pytz==2022.1; python_full_version >= "3.7.1"
rdflib==6.1.1; python_version >= "3.7"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.7"
sparqlwrapper==2.0.0; python_version >= "3.7"
tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
typing-extensions==4.3.0; python_version < "3.8.0" and python_version >= "3.7"
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
zipp==3.8.1; python_version < "3.8.0" and python_version >= "3.7"