-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathrequirements.txt
51 lines (51 loc) · 984 Bytes
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
appdirs==1.4.3
atomicwrites==1.3.0; sys_platform == "win32"
attrs==19.3.0
black==23.3.0
certifi==2022.12.7
chardet==3.0.4
click==7.1.2
colorama==0.4.3; sys_platform == "win32"
dataclasses==0.6; python_version < "3.7"
fastapi==0.65.2
future==0.18.3
hiro==0.5.1
idna==3.7
importlib-metadata==1.5.0; python_version < "3.8"
isort==4.3.21
jinja2==2.11.3
joblib==0.16.0; python_version > "2.7"
limits==1.5.1
livereload==2.6.3
lunr==0.5.8
lxml==4.9.1
markdown==3.2.2
markupsafe==1.1.1
mkautodoc==0.1.0
mkdocs==1.2.3
mock==4.0.1
more-itertools==8.2.0
mypy==0.761
mypy-extensions==0.4.3
nltk==3.6.6; python_version > "2.7"
packaging==20.3
pathspec==0.7.0
pluggy==0.13.1
py==1.10.0
pydantic==1.6.2
pyparsing==2.4.6
pytest==5.3.5
pyyaml==5.4
redis==4.3.6
regex==2020.2.20
requests==2.23.0
six==1.14.0
starlette==0.25.0
toml==0.10.0
tornado==6.0.4
tqdm==4.50.0; python_version > "2.7"
typed-ast==1.4.1
typing-extensions==3.7.4.1
urllib3==1.26.5
wcwidth==0.1.8
zipp==3.1.0; python_version < "3.8"