diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-14 23:19:50 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-14 23:19:50 -0500 |
commit | 740aea68f6cc51fb055cfaf76b8bc651034cc56e (patch) | |
tree | 82a4e20231885cb0ec5497cfcdfa525ec4522aa1 /requirements.txt | |
parent | ee2ef432d808acad145ab26674488242425aa2f1 (diff) | |
download | yt-local-740aea68f6cc51fb055cfaf76b8bc651034cc56e.tar.lz yt-local-740aea68f6cc51fb055cfaf76b8bc651034cc56e.tar.xz yt-local-740aea68f6cc51fb055cfaf76b8bc651034cc56e.zip |
[pip]: fix dataclasses version
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c5ece29..a6eb6a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Brotli>=1.0.9 cachetools>=4.2.2 click>=8.0.1 -dataclasses>=0.8 +dataclasses>=0.6 defusedxml>=0.7.1 Flask>=2.0.1 gevent>=21.8.0 |