JaivinBarot commited on
Commit
633ecac
·
verified ·
1 Parent(s): f877a9c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Django==4.1.4
2
+ requests==2.28.2
3
+ python-http-client==3.3.7
4
+ djangorestframework==3.14.0
5
+ beautifulsoup4==4.11.1
6
+ html5lib==1.1
7
+ django-cors-headers==3.13.0
8
+ django-import-export==3.2.0
9
+ psycopg2==2.9.6
10
+ numpy==1.26.4
11
+ openpyxl==3.1.2
12
+ pandas==2.2.1