From 4dd091695e02ea600bb2fe7c3f38bab9812af362 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 1 Aug 2022 22:03:32 -0300 Subject: [PATCH] Added requirements.txt --- requirements.txt | 85 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0245b02 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,85 @@ +aiofiles==0.6.0 +aiohttp==3.8.1 +aiohttp-socks==0.7.1 +aiosignal==1.2.0 +anyio==3.6.1 +async-timeout==4.0.2 +attrs==21.4.0 +black==22.6.0 +boltons==21.0.0 +bracex==2.3.post1 +certifi==2022.6.15 +cffi==1.15.1 +cfgv==3.3.1 +charset-normalizer==2.1.0 +click==8.1.3 +click-option-group==0.5.3 +colorama==0.4.5 +cryptography==37.0.4 +defusedxml==0.7.1 +distlib==0.3.5 +face==20.1.1 +filelock==3.7.1 +flake8==5.0.3 +frozenlist==1.3.0 +future==0.18.2 +glom==22.1.0 +h11==0.12.0 +h2==4.1.0 +hpack==4.0.0 +httpcore==0.15.0 +httpx==0.23.0 +hyperframe==6.0.1 +identify==2.5.2 +idna==3.3 +isort==5.10.1 +jsonschema==4.9.0 +lml==0.1.0 +Logbook==1.5.3 +lxml==4.9.1 +Markdown==3.4.1 +matrix-nio==0.19.0 +mccabe==0.7.0 +multidict==6.0.2 +mypy-extensions==0.4.3 +nodeenv==1.7.0 +orgparse==0.3.1 +packaging==21.3 +pathspec==0.9.0 +peewee==3.15.1 +Pillow==9.2.0 +platformdirs==2.5.2 +pre-commit==2.20.0 +pycodestyle==2.9.0 +pycparser==2.21 +pycryptodome==3.15.0 +pyexcel-ezodf==0.3.4 +pyexcel-io==0.6.6 +pyexcel-ods3==0.6.1 +pyflakes==2.5.0 +pyparsing==3.0.9 +pyrsistent==0.18.1 +python-cryptography-fernet-wrapper==1.0.4 +python-dateutil==2.8.2 +python-dotenv==0.20.0 +python-lsp-jsonrpc==1.0.0 +python-socks==2.0.3 +PyYAML==6.0 +requests==2.28.1 +rfc3986==1.5.0 +ruamel.yaml==0.17.21 +ruamel.yaml.clib==0.2.6 +simplematrixbotlib==2.6.3 +six==1.16.0 +sniffio==1.2.0 +toml==0.10.2 +tomli==2.0.1 +tqdm==4.64.0 +typing_extensions==4.3.0 +ujson==5.4.0 +unpaddedbase64==2.1.0 +urllib3==1.26.11 +virtualenv==20.16.2 +wcmatch==8.4 +webdav4==0.9.7 +yarl==1.7.2