diff options
author | Dennis Eriksen <d@ennis.no> | 2023-02-01 20:32:11 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-02-01 20:32:11 +0100 |
commit | 8d186d39483beff64a1c11f80c6ca5e56dd7bbc5 (patch) | |
tree | 2c5a64ace4bd8eabd4d65014c5313bd7edd76191 /requirements.txt | |
parent | run queue in batches (diff) | |
download | energyscripts-8d186d39483beff64a1c11f80c6ca5e56dd7bbc5.tar.gz |
moving and renaming/breaking everything
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0dd3ee4..e2d36d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,32 @@ +astroid==2.14.1 async-property==0.2.1 -async-timeout==4.0.2 certifi==2022.12.7 charset-normalizer==3.0.1 +DateTime==5.0 +dill==0.3.6 idna==3.4 +isort==5.12.0 +lazy-object-proxy==1.9.0 litequeue==0.5 +mccabe==0.7.0 neohubapi==1.0 paho-mqtt==1.6.1 +platformdirs==2.6.2 psycopg==3.1.8 +psycopg2-binary==2.9.5 +pylint==2.16.0 +python-dateutil==2.8.2 +pytz==2022.7.1 +pytz-deprecation-shim==0.1.0.post0 requests==2.28.2 +six==1.16.0 +tomli==2.0.1 +tomlkit==0.11.6 +typing_extensions==4.4.0 +tzdata==2022.7 +tzlocal==4.2 urllib3==1.26.14 websockets==10.4 +wrapt==1.14.1 xmltodict==0.13.0 +zope.interface==5.5.2 |