add pytz to requirements.txt
Browse filesWas getting "Import of pytz is not allowed" until I explicitly added `pytz` to `requirements.txt` and restarted my HF Space
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,3 +3,4 @@ smolagents
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
pandas
|
|
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
pandas
|
6 |
+
pytz
|