-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
60 lines (57 loc) · 1.17 KB
/
Pipfile
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
49
50
51
52
53
54
55
56
57
58
59
60
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
alabaster = "==0.7.12"
appdirs = "==1.4.4"
attrs = "==20.3.0"
certifi = "==2023.7.22"
cfgv = "==3.2.0"
chardet = "==4.0.0"
coverage = "==5.5"
distlib = "==0.3.1"
docutils = "==0.16"
filelock = "==3.0.12"
flake8 = "==3.9.1"
identify = "==2.2.4"
idna = "==2.10"
imagesize = "==1.2.0"
iniconfig = "==1.1.1"
mccabe = "==0.6.1"
nodeenv = "==1.6.0"
pluggy = "==0.13.1"
pre-commit = "==2.12.1"
py = "==1.10.0"
pycodestyle = "==2.7.0"
pyflakes = "==2.3.1"
pyparsing = "==2.4.7"
pytest = "==6.2.3"
pytz = "==2021.1"
requests = "==2.32.0"
six = "==1.15.0"
snowballstemmer = "==2.1.0"
sphinxcontrib-applehelp = "==1.0.2"
sphinxcontrib-devhelp = "==1.0.2"
sphinxcontrib-htmlhelp = "==1.0.3"
sphinxcontrib-jsmath = "==1.0.1"
sphinxcontrib-qthelp = "==1.0.3"
sphinxcontrib-serializinghtml = "==1.1.4"
toml = "==0.10.2"
tox = "==3.23.0"
urllib3 = "==1.26.18"
virtualenv = "==20.4.4"
Babel = "==2.9.1"
Jinja2 = "==2.11.3"
MarkupSafe = "==1.1.1"
Pygments = "==2.8.1"
PyYAML = "==5.4.1"
Sphinx = "==3.5.4"
watchdog = "*"
argh = "*"
sphinx-rtd-theme = "*"
twine = "*"
wheel = "*"
[requires]
python_version = "3.8"