MohammedAlakhras commited on
Commit
228c685
·
1 Parent(s): f3e156b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -0
requirements.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiodns==3.0.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ anyio==3.7.0
5
+ async-timeout==4.0.2
6
+ attrs==23.1.0
7
+ Brotli==1.0.9
8
+ certifi==2023.5.7
9
+ cffi==1.15.1
10
+ charset-normalizer==3.1.0
11
+ exceptiongroup==1.1.2
12
+ frozenlist==1.3.3
13
+ h11==0.14.0
14
+ httpcore==0.17.2
15
+ httpx==0.24.1
16
+ idna==3.4
17
+ lxml==4.9.2
18
+ multidict==6.0.4
19
+ pycares==4.3.0
20
+ pycparser==2.21
21
+ python-telegram-bot==20.3
22
+ sniffio==1.3.0
23
+ yarl==1.9.2