randydev commited on
Commit
ea0d4a6
1 Parent(s): 4d5b86e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -0
requirements.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ requests
2
+ pymongo
3
+ bs4
4
+ g4f
5
+ RyuzakiLib
6
+ uvicorn
7
+ gpytranslate
8
+ httpx
9
+ serpapi
10
+ telegraph
11
+ pathlib
12
+ anyio==3.6.2
13
+ certifi==2023.7.22
14
+ click==7.1.2
15
+ fastapi==0.95.2
16
+ h11==0.14.0
17
+ httpcore==0.17.0
18
+ httptools==0.5.0
19
+ httpx==0.24.0
20
+ idna==2.10
21
+ jinja2==3.1.2
22
+ markupsafe==2.1.2
23
+ pydantic==1.10.7
24
+ python-dotenv==0.15.0
25
+ pyyaml==5.4.1
26
+ sniffio==1.2.0
27
+ starlette==0.27.0
28
+ typing-extensions==4.5.0
29
+ uvicorn[standard]==0.22.0
30
+ uvloop==0.17.0
31
+ watchfiles==0.19.0
32
+ websockets==11.0.3
33
+ stripe