-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
requirements-dev.txt
43 lines (43 loc) · 1.73 KB
/
requirements-dev.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
-i https://pypi.org/simple
attrs==22.1.0; python_version >= '3.5'
bleach==5.0.1; python_version >= '3.7'
certifi==2022.9.24; python_version >= '3.6'
charset-normalizer==2.1.1; python_version >= '3.6'
cmake==3.25.0
commonmark==0.9.1
distlib==0.3.6
distro==1.8.0; python_version >= '3.6'
docutils==0.19; python_version >= '3.7'
exceptiongroup==1.0.4; python_version < '3.11'
filelock==3.8.0; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
importlib-metadata==5.1.0; python_version >= '3.7'
iniconfig==1.1.1
jaraco.classes==3.2.3; python_version >= '3.7'
keyring==23.11.0; python_version >= '3.7'
more-itertools==9.0.0; python_version >= '3.7'
ninja==1.11.1
packaging==21.3; python_version >= '3.6'
pkginfo==1.9.2; python_version >= '3.6'
platformdirs==2.5.4; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pygments==2.13.0; python_version >= '3.6'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pytest==7.2.0
readme-renderer==37.3; python_version >= '3.7'
requests-toolbelt==0.10.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.28.1; python_version >= '3.7' and python_version < '4'
rfc3986==2.0.0; python_version >= '3.7'
rich==12.6.0; python_full_version >= '3.6.3' and python_version < '4'
scikit-build==0.16.2
setuptools==65.6.3
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
tomli==2.0.1; python_version >= '3.7' and python_version < '3.11'
tox==3.27.1
twine==4.0.1
urllib3==1.26.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
virtualenv==20.17.0; python_version >= '3.6'
webencodings==0.5.1
wheel==0.38.4
zipp==3.11.0; python_version >= '3.7'