Aum-Kansara commited on
Commit
92a7811
·
1 Parent(s): 0b925fa

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -11
requirements.txt CHANGED
@@ -1,11 +1,26 @@
1
- FROM python:3.9
2
-
3
- WORKDIR /code
4
-
5
- COPY ./requirements.txt /code/requirements.txt
6
-
7
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
-
9
- COPY . .
10
-
11
- CMD ["gunicorn", "-b","0.0.0.0:7860","main:app"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gunicorn
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ async-timeout==4.0.3
5
+ attrs==23.1.0
6
+ blinker==1.6.2
7
+ certifi==2023.7.22
8
+ charset-normalizer==3.2.0
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ Flask==2.3.3
12
+ frozenlist==1.4.0
13
+ idna==3.4
14
+ itsdangerous==2.1.2
15
+ Jinja2==3.1.2
16
+ lxml==4.9.3
17
+ MarkupSafe==2.1.3
18
+ multidict==6.0.4
19
+ openai==0.27.9
20
+ python-docx==0.8.11
21
+ python-dotenv==1.0.0
22
+ requests==2.31.0
23
+ tqdm==4.66.1
24
+ urllib3==2.0.4
25
+ Werkzeug==2.3.7
26
+ yarl==1.9.2