prernajeet14 commited on
Commit
452c8c8
·
verified ·
1 Parent(s): 612671e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -1
requirements.txt CHANGED
@@ -1,4 +1,18 @@
1
  gradio>=4.0.0
2
  boto3>=1.34.0
 
3
  nbformat>=5.9.0
4
- typing-extensions>=4.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio>=4.0.0
2
  boto3>=1.34.0
3
+ botocore>=1.34.0
4
  nbformat>=5.9.0
5
+ jupyter>=1.0.0
6
+ ipython>=8.0.0
7
+ awscli>=2.15.0
8
+ python-dotenv>=1.0.0
9
+ typing-extensions>=4.8.0
10
+ python-multipart>=0.0.6
11
+ python-dateutil>=2.8.2
12
+ requests>=2.31.0
13
+ aiofiles>=23.2.1
14
+ pytest>=7.4.0
15
+ black>=23.9.0
16
+ flake8>=6.1.0
17
+ cryptography>=41.0.0
18
+ uvloop>=0.19.0; sys_platform != "win32"