diff options
author | Dennis Eriksen <d@ennis.no> | 2023-01-26 21:05:06 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-01-26 21:05:06 +0100 |
commit | 3f839bd9c2f26aa0d1a5fb2631b4ea28781a78e3 (patch) | |
tree | 3d04b399ad817cf5dea51d29c344143d573f5979 | |
parent | updating requirements and readme (diff) | |
download | energyscripts-3f839bd9c2f26aa0d1a5fb2631b4ea28781a78e3.tar.gz |
adding a few dependencies
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7d563b7..43dc381 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,12 @@ charset-normalizer==3.0.1 idna==3.4 neohubapi==1.0 psycopg2-binary==2.9.5 +python-dateutil==2.8.2 +pytz-deprecation-shim==0.1.0.post0 requests==2.28.2 +six==1.16.0 +tzdata==2022.7 +tzlocal==4.2 urllib3==1.26.14 websockets==10.4 xmltodict==0.13.0 |