Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
dash
|
2 |
-
|
|
|
3 |
beautifulsoup4
|
4 |
fpdf
|
5 |
aiohttp
|
6 |
-
aiolimiter
|
|
|
1 |
+
dash==3.0.3
|
2 |
+
dash-bootstrap-components==2.0.2
|
3 |
+
requests
|
4 |
beautifulsoup4
|
5 |
fpdf
|
6 |
aiohttp
|
7 |
+
aiolimiter
|