diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-24 22:40:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-24 22:40:54 -0500 |
commit | ae6bce5edce970eeb56a1bcfcb1f89b906c8aafa (patch) | |
tree | bd07a60ed24fce906cbe2c46b047b8ef6a91a953 | |
parent | 5b611b515a147dbf6a32f7a94b03a8c477e0bba7 (diff) | |
download | yt-local-ae6bce5edce970eeb56a1bcfcb1f89b906c8aafa.tar.lz yt-local-ae6bce5edce970eeb56a1bcfcb1f89b906c8aafa.tar.xz yt-local-ae6bce5edce970eeb56a1bcfcb1f89b906c8aafa.zip |
Add test dependencies in requirement.txt file
-rw-r--r-- | requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 42e0132..105702f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +attrs==20.3.0 Brotli==1.0.9 cachetools==4.2.0 click==7.1.2 @@ -5,12 +6,22 @@ defusedxml==0.6.0 Flask==1.1.2 gevent==20.9.0 greenlet==0.4.17 +importlib-metadata==3.7.0 +iniconfig==1.1.1 itsdangerous==1.1.0 Jinja2==2.11.2 MarkupSafe==1.1.1 +packaging==20.9 +pluggy==0.13.1 +py==1.10.0 +pyparsing==2.4.7 PySocks==1.7.1 +pytest==6.2.2 stem==1.8.0 +toml==0.10.2 +typing-extensions==3.7.4.3 urllib3==1.26.2 Werkzeug==1.0.1 +zipp==3.4.0 zope.event==4.5.0 zope.interface==5.2.0 |