-
Notifications
You must be signed in to change notification settings - Fork 6
/
Pipfile
46 lines (42 loc) · 1015 Bytes
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alabaster = "==0.7.12"
babel = "==2.9.1"
certifi = "==2021.10.8"
charset-normalizer = "==2.0.12"
commonmark = "==0.9.1"
docutils = "==0.17.1"
idna = "==3.3"
imagesize = "==1.3.0"
importlib-metadata = "==4.11.3"
jinja2 = "==3.0.3"
markupsafe = "==2.1.0"
packaging = "==21.3"
pyenchant = "==3.2.2"
pygments = "==2.11.2"
pyparsing = "==3.0.7"
pytz = "==2021.3"
recommonmark = "*"
requests = "==2.27.1"
snowballstemmer = "==2.2.0"
sphinx = "==4.4.0"
sphinxcontrib-applehelp = "==1.0.2"
sphinxcontrib-devhelp = "==1.0.2"
sphinxcontrib-htmlhelp = "==2.0.0"
sphinxcontrib-jsmath = "==1.0.1"
sphinxcontrib-qthelp = "==1.0.3"
sphinxcontrib-serializinghtml = "==1.1.5"
sphinxcontrib-spelling = "==7.3.2"
urllib3 = "==1.26.8"
zipp = "==3.7.0"
sphinx-autobuild = "*"
sphinx-material = "*"
mkdocs-material = "*"
[dev-packages]
[requires]
python_version = "3.9"
[scripts]
extract-openapi = "python backend/extract-openapi.py app.main:app"