darwinharianto commited on
Commit
8cbde8f
·
1 Parent(s): c6ef4dc

first commit

Browse files
Files changed (2) hide show
  1. main.py → app.py +0 -0
  2. requirements.txt +91 -0
main.py → app.py RENAMED
File without changes
requirements.txt ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.3.1
3
+ altair==4.2.0
4
+ anyio==3.6.2
5
+ async-timeout==4.0.2
6
+ attrs==22.1.0
7
+ bcrypt==4.0.1
8
+ black==22.10.0
9
+ blinker==1.5
10
+ cachetools==5.2.0
11
+ cffi==1.15.1
12
+ charset-normalizer==2.1.1
13
+ click==8.1.3
14
+ commonmark==0.9.1
15
+ contourpy==1.0.6
16
+ cryptography==38.0.4
17
+ cycler==0.11.0
18
+ decorator==5.1.1
19
+ entrypoints==0.4
20
+ fastapi==0.88.0
21
+ ffmpy==0.3.0
22
+ fonttools==4.38.0
23
+ frozenlist==1.3.3
24
+ fsspec==2022.11.0
25
+ gitdb==4.0.10
26
+ GitPython==3.1.29
27
+ h11==0.12.0
28
+ httpcore==0.15.0
29
+ httpx==0.23.1
30
+ idna==3.4
31
+ importlib-metadata==5.1.0
32
+ Jinja2==3.1.2
33
+ jsonschema==4.17.1
34
+ kiwisolver==1.4.4
35
+ linkify-it-py==1.0.3
36
+ markdown-it-py==2.1.0
37
+ MarkupSafe==2.1.1
38
+ matplotlib==3.6.2
39
+ mdit-py-plugins==0.3.1
40
+ mdurl==0.1.2
41
+ mecab-python3==1.0.5
42
+ multidict==6.0.2
43
+ mypy-extensions==0.4.3
44
+ numpy==1.23.5
45
+ orjson==3.8.2
46
+ packaging==21.3
47
+ pandas==1.5.2
48
+ paramiko==2.12.0
49
+ pathspec==0.10.1
50
+ Pillow==9.3.0
51
+ protobuf==3.20.3
52
+ pyarrow==10.0.1
53
+ pycparser==2.21
54
+ pycryptodome==3.16.0
55
+ pydantic==1.10.2
56
+ pydeck==0.8.0
57
+ pydub==0.25.1
58
+ Pygments==2.13.0
59
+ Pympler==1.0.1
60
+ PyMuPDF==1.21.0
61
+ PyNaCl==1.5.0
62
+ pyparsing==3.0.9
63
+ pyrsistent==0.19.2
64
+ python-dateutil==2.8.2
65
+ python-multipart==0.0.5
66
+ pytz==2022.6
67
+ pytz-deprecation-shim==0.1.0.post0
68
+ PyYAML==6.0
69
+ requests==2.28.1
70
+ rfc3986==1.5.0
71
+ rich==12.6.0
72
+ semver==2.13.0
73
+ six==1.16.0
74
+ smmap==5.0.0
75
+ sniffio==1.3.0
76
+ starlette==0.22.0
77
+ streamlit==1.15.1
78
+ toml==0.10.2
79
+ toolz==0.12.0
80
+ tornado==6.2
81
+ typing_extensions==4.4.0
82
+ tzdata==2022.6
83
+ tzlocal==4.2
84
+ uc-micro-py==1.0.1
85
+ unidic-lite==1.0.8
86
+ urllib3==1.26.13
87
+ uvicorn==0.20.0
88
+ validators==0.20.0
89
+ websockets==10.4
90
+ yarl==1.8.1
91
+ zipp==3.11.0