DebasishDhal99 commited on
Commit
cf989d0
1 Parent(s): 3433043

Update requirements.txt

Browse files

This seems to be the correct requirements version.

Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- 're == 2.2.1'
2
- 'datetime == 3.9.12'
3
- 'gradio == 3.35.2'
4
- 'urllib == 3.9.12'
5
- 'contextlib == 3.9.12'
6
- 'google-api-python-client == 2.92.0'
 
1
+ requests==2.22.0
2
+ datetime==3.9.12
3
+ gradio==2.2.5
4
+ urllib3==1.25.11
5
+ contextlib==3.9.12
6
+ google-api-python-client==2.30.0