diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-10-25 02:41:46 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-10-30 01:37:35 +0300 |
commit | db784dc98ba0c4e15ee7b501d909425c79c825fb (patch) | |
tree | 68270179f77c95dc49ec4ab62f9305aa651c4cd4 /requirements.txt | |
parent | 0fce6c52516aba239acc81fd528dcb5051c04f68 (diff) |
web_api: rewrite to aiohttp, drop flask
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1a58e8c..dd5d185 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ paho-mqtt~=1.5.1 inverterd~=1.0.3 clickhouse-driver~=0.2.0 toml~=0.10.2 -Flask~=2.0.2 mysql-connector-python~=8.0.27 Werkzeug~=2.0.2 uwsgi~=2.0.20 |