NiiCole commited on
Commit
44634d0
1 Parent(s): 8ea1142

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +138 -0
requirements.txt ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ analytics-python==1.4.0
4
+ anyio==3.6.1
5
+ appdirs==1.4.4
6
+ arrow==1.2.2
7
+ asgiref==3.5.0
8
+ async-generator==1.10
9
+ async-timeout==4.0.2
10
+ atomicwrites==1.4.0
11
+ attrs==21.4.0
12
+ backcall==0.2.0
13
+ backoff==1.10.0
14
+ bcrypt==3.2.2
15
+ beautifulsoup4==4.11.1
16
+ binaryornot==0.4.4
17
+ black==22.3.0
18
+ certifi==2021.10.8
19
+ cffi==1.15.0
20
+ chardet==4.0.0
21
+ charset-normalizer==2.0.12
22
+ click==8.1.3
23
+ colorama==0.4.4
24
+ cookiecutter==2.1.1
25
+ cryptography==36.0.2
26
+ cssselect2==0.6.0
27
+ cycler==0.11.0
28
+ defusedxml==0.7.1
29
+ Django==3.2.9
30
+ django-allauth==0.50.0
31
+ django-autoslug==1.9.8
32
+ django-comments-dab==2.7.1
33
+ django-comments-xtd==2.9.6
34
+ django-contrib-comments==2.2.0
35
+ django-crispy-forms==1.14.0
36
+ django-environ==0.9.0
37
+ django-jenkins==0.110.0
38
+ django-js-asset==2.0.0
39
+ django-polymorphic==3.1.0
40
+ djangorestframework==3.13.1
41
+ docutils==0.18.1
42
+ executing==0.8.3
43
+ factory-boy==3.2.1
44
+ Faker==13.12.0
45
+ fastapi==0.78.0
46
+ ffmpy==0.3.0
47
+ fonttools==4.33.3
48
+ frozenlist==1.3.0
49
+ gradio==3.0.13
50
+ gunicorn==20.1.0
51
+ h11==0.13.0
52
+ idna==3.3
53
+ inflection==0.5.1
54
+ iniconfig==1.1.1
55
+ Jinja2==3.1.2
56
+ jinja2-time==0.2.0
57
+ kiwisolver==1.4.2
58
+ linkify-it-py==1.0.3
59
+ lxml==4.8.0
60
+ Markdown==3.3.4
61
+ markdown-it-py==2.1.0
62
+ MarkupSafe==2.1.1
63
+ matplotlib==3.5.2
64
+ mdit-py-plugins==0.3.0
65
+ mdurl==0.1.1
66
+ monotonic==1.6
67
+ multidict==6.0.2
68
+ mypy-extensions==0.4.3
69
+ numpy==1.22.3
70
+ oauthlib==3.2.0
71
+ opencv-python==4.5.5.64
72
+ orjson==3.7.2
73
+ outcome==1.1.0
74
+ packaging==21.3
75
+ pandas==1.4.2
76
+ paramiko==2.11.0
77
+ pathspec==0.9.0
78
+ pep8==1.7.1
79
+ pickleshare==0.7.5
80
+ Pillow==9.1.0
81
+ platformdirs==2.5.2
82
+ pluggy==1.0.0
83
+ protobuf==3.20.1
84
+ psutil==5.9.1
85
+ pure-eval==0.2.2
86
+ py==1.11.0
87
+ pycparser==2.21
88
+ pycryptodome==3.14.1
89
+ pydantic==1.9.1
90
+ pydub==0.25.1
91
+ pyflakes==2.4.0
92
+ Pygments==2.12.0
93
+ PyJWT==2.3.0
94
+ PyNaCl==1.5.0
95
+ pyOpenSSL==22.0.0
96
+ pyparsing==3.0.8
97
+ PySocks==1.7.1
98
+ pytest==7.1.1
99
+ pytest-django==4.5.2
100
+ pytest-factoryboy==2.4.0
101
+ python-dateutil==2.8.2
102
+ python-multipart==0.0.5
103
+ python-slugify==6.1.2
104
+ python3-openid==3.2.0
105
+ pytz==2022.1
106
+ PyYAML==6.0
107
+ reportlab==3.6.10
108
+ requests==2.27.1
109
+ requests-oauthlib==1.3.1
110
+ scipy==1.8.0
111
+ seaborn==0.11.2
112
+ selenium==4.1.3
113
+ six==1.16.0
114
+ sniffio==1.2.0
115
+ sortedcontainers==2.4.0
116
+ soupsieve==2.3.2.post1
117
+ sqlparse==0.4.2
118
+ starlette==0.19.1
119
+ svglib==1.3.0
120
+ text-unidecode==1.3
121
+ tinycss2==1.1.1
122
+ tomli==2.0.1
123
+ torch==1.11.0
124
+ torchvision==0.12.0
125
+ tqdm==4.64.0
126
+ traitlets==5.2.2.post1
127
+ trio==0.20.0
128
+ trio-websocket==0.9.2
129
+ typing_extensions==4.2.0
130
+ uc-micro-py==1.0.1
131
+ Unidecode==1.1.2
132
+ urllib3==1.26.9
133
+ uvicorn==0.17.6
134
+ wcwidth==0.2.5
135
+ webdrivermanager==0.10.0
136
+ webencodings==0.5.1
137
+ wsproto==1.1.0
138
+ yarl==1.7.2