Anton Vice commited on
Commit
24cddb8
1 Parent(s): a94247a

Added leftorvers

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -0
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ astroid==2.15.0
7
+ async-timeout==4.0.2
8
+ attrs==22.2.0
9
+ autopep8==1.6.0
10
+ certifi==2022.12.7
11
+ charset-normalizer==3.1.0
12
+ click==8.1.3
13
+ contourpy==1.0.7
14
+ cycler==0.11.0
15
+ dill==0.3.6
16
+ distlib==0.3.6
17
+ docstring-to-markdown==0.11
18
+ entrypoints==0.4
19
+ fastapi==0.94.1
20
+ ffmpy==0.3.0
21
+ filelock==3.9.0
22
+ flake8==6.0.0
23
+ fonttools==4.39.0
24
+ frozenlist==1.3.3
25
+ fsspec==2023.3.0
26
+ gradio==3.21.0
27
+ h11==0.14.0
28
+ httpcore==0.16.3
29
+ httpx==0.23.3
30
+ huggingface-hub==0.13.2
31
+ idna==3.4
32
+ isort==5.12.0
33
+ jedi==0.18.2
34
+ Jinja2==3.1.2
35
+ jsonschema==4.17.3
36
+ kiwisolver==1.4.4
37
+ lazy-object-proxy==1.9.0
38
+ linkify-it-py==2.0.0
39
+ markdown-it-py==2.2.0
40
+ MarkupSafe==2.1.2
41
+ matplotlib==3.7.1
42
+ mccabe==0.7.0
43
+ mdit-py-plugins==0.3.3
44
+ mdurl==0.1.2
45
+ multidict==6.0.4
46
+ numpy==1.24.2
47
+ orjson==3.8.7
48
+ packaging==23.0
49
+ pandas==1.5.3
50
+ parso==0.8.3
51
+ Pillow==9.4.0
52
+ platformdirs==3.1.0
53
+ pluggy==1.0.0
54
+ pycodestyle==2.10.0
55
+ pydantic==1.10.6
56
+ pydocstyle==6.2.3
57
+ pydub==0.25.1
58
+ pyflakes==3.0.1
59
+ pylint==2.17.0
60
+ pyparsing==3.0.9
61
+ pyrsistent==0.19.3
62
+ python-dateutil==2.8.2
63
+ python-lsp-jsonrpc==1.0.0
64
+ python-lsp-server==1.7.1
65
+ python-multipart==0.0.6
66
+ pytoolconfig==1.2.5
67
+ pytz==2022.7.1
68
+ PyYAML==6.0
69
+ requests==2.28.2
70
+ rfc3986==1.5.0
71
+ rope==1.7.0
72
+ six==1.16.0
73
+ sniffio==1.3.0
74
+ snowballstemmer==2.2.0
75
+ starlette==0.26.1
76
+ toml==0.10.2
77
+ tomlkit==0.11.6
78
+ toolz==0.12.0
79
+ tqdm==4.65.0
80
+ typing_extensions==4.5.0
81
+ uc-micro-py==1.0.1
82
+ ujson==5.7.0
83
+ urllib3==1.26.15
84
+ uvicorn==0.21.0
85
+ virtualenv==20.20.0
86
+ websockets==10.4
87
+ whatthepatch==1.0.4
88
+ wrapt==1.15.0
89
+ yapf==0.32.0
90
+ yarl==1.8.2