-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
38 lines (38 loc) · 1.63 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
-i https://pypi.org/simple
build==1.1.1; python_version >= '3.7'
bump==1.3.2
certifi==2024.2.2; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
docutils==0.20.1; python_version >= '3.7'
exceptiongroup==1.2.0; python_version < '3.11'
first==2.0.2
-e . ; python_version >= '3.7'
idna==3.6; python_version >= '3.5'
importlib-metadata==7.0.2; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
jaraco.classes==3.3.1; python_version >= '3.8'
keyring==24.3.1; python_version >= '3.8'
markdown-it-py==3.0.0; python_version >= '3.8'
mdurl==0.1.2; python_version >= '3.7'
more-itertools==10.2.0; python_version >= '3.8'
nh3==0.2.15
packaging==24.0; python_version >= '3.7'
pkginfo==1.10.0; python_version >= '3.6'
pluggy==1.4.0; python_version >= '3.8'
pygments==2.17.2; python_version >= '3.7'
pyproject-hooks==1.0.0; python_version >= '3.7'
pytest==8.1.1; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2024.1
readme-renderer==43.0; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
rfc3986==2.0.0; python_version >= '3.7'
rich==13.7.1; python_full_version >= '3.7.0'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1; python_version < '3.11'
twine==5.0.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
zipp==3.18.0; python_version >= '3.8'