From 4af106cce6163252557e69429bb0f4fa1edb234c Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:23:44 +0200 Subject: [PATCH] generate requirements from poetry --- requirements.txt | 138 ++++++++++++++++++++++++++++------------------- 1 file changed, 82 insertions(+), 56 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6a48c861..e8001e70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,56 +1,82 @@ -aiofiles==0.8.0 -anyio==3.6.1 -asyncio==3.4.3 -attrs==21.4.0 -bech32==1.2.0 -bitstring==3.1.9 -cashu==0.4.2 -cerberus==1.3.4 -certifi==2022.6.15 -cffi==1.15.0 -click==8.1.3 -ecdsa==0.18.0 -embit==0.5.0 -environs==9.5.0 -fastapi==0.79.0 -h11==0.12.0 -httpcore==0.15.0 -httptools==0.4.0 -httpx==0.23.0 -idna==3.3 -jinja2==3.0.1 -lnurl==0.3.6 -loguru==0.6.0 -markupsafe==2.1.1 -marshmallow==3.17.0 -outcome==1.2.0 -packaging==21.3 -psycopg2-binary==2.9.3 -pycparser==2.21 -pycryptodomex==3.15.0 -pydantic==1.9.1 -pyngrok==5.1.0 -pyparsing==3.0.9 -pypng==0.20220715.0 -pyqrcode==1.2.1 -pyscss==1.4.0 -python-dotenv==0.20.0 -pyyaml==6.0 -represent==1.6.0.post0 -rfc3986==1.5.0 -secp256k1==0.14.0 -shortuuid==1.0.9 -six==1.16.0 -sniffio==1.2.0 -sqlalchemy-aio==0.17.0 -sqlalchemy==1.3.23 -sse-starlette==0.10.3 -starlette==0.19.1 -typing-extensions==4.3.0 -uvicorn==0.18.2 -uvloop==0.16.0 -watchfiles==0.16.0 -websockets==10.3 -websocket-client==1.3.3 -async-timeout==4.0.2 -setuptools==65.4.0 \ No newline at end of file +aiofiles==0.8.0 ; python_version >= "3.7" and python_version < "4.0" +anyio==3.6.2 ; python_version >= "3.7" and python_version < "4.0" +asgiref==3.4.1 ; python_version >= "3.7" and python_version < "4.0" +asn1crypto==1.5.1 ; python_version >= "3.7" and python_version < "4.0" +async-timeout==4.0.2 ; python_version >= "3.7" and python_version < "4.0" +attrs==22.1.0 ; python_version >= "3.7" and python_version < "4.0" +base58==2.1.1 ; python_version >= "3.7" and python_version < "4.0" +bech32==1.2.0 ; python_version >= "3.7" and python_version < "4.0" +bitstring==3.1.9 ; python_version >= "3.7" and python_version < "4.0" +cashu==0.4.2 ; python_version >= "3.7" and python_version < "4.0" +cerberus==1.3.4 ; python_version >= "3.7" and python_version < "4.0" +certifi==2022.9.24 ; python_version >= "3.7" and python_version < "4.0" +cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0" +charset-normalizer==2.0.12 ; python_version >= "3.7" and python_version < "4.0" +click==8.0.4 ; python_version >= "3.7" and python_version < "4.0" +coincurve==17.0.0 ; python_version >= "3.7" and python_version < "4.0" +colorama==0.4.5 ; python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" +cryptography==36.0.2 ; python_version >= "3.7" and python_version < "4.0" +ecdsa==0.18.0 ; python_version >= "3.7" and python_version < "4.0" +embit==0.4.9 ; python_version >= "3.7" and python_version < "4.0" +enum34==1.1.10 ; python_version >= "3.7" and python_version < "4.0" +environs==9.5.0 ; python_version >= "3.7" and python_version < "4.0" +fastapi==0.83.0 ; python_version >= "3.7" and python_version < "4.0" +grpcio==1.50.0 ; python_version >= "3.7" and python_version < "4.0" +h11==0.12.0 ; python_version >= "3.7" and python_version < "4.0" +httpcore==0.15.0 ; python_version >= "3.7" and python_version < "4.0" +httptools==0.4.0 ; python_version >= "3.7" and python_version < "4.0" +httpx==0.23.0 ; python_version >= "3.7" and python_version < "4.0" +idna==3.4 ; python_version >= "3.7" and python_version < "4.0" +importlib-metadata==5.0.0 ; python_version >= "3.7" and python_version < "4.0" +iniconfig==1.1.1 ; python_version >= "3.7" and python_version < "4.0" +jinja2==3.0.1 ; python_version >= "3.7" and python_version < "4.0" +lnurl==0.3.6 ; python_version >= "3.7" and python_version < "4.0" +loguru==0.6.0 ; python_version >= "3.7" and python_version < "4.0" +markupsafe==2.0.1 ; python_version >= "3.7" and python_version < "4.0" +marshmallow==3.18.0 ; python_version >= "3.7" and python_version < "4.0" +outcome==1.2.0 ; python_version >= "3.7" and python_version < "4.0" +packaging==21.3 ; python_version >= "3.7" and python_version < "4.0" +pathlib2==2.3.7.post1 ; python_version >= "3.7" and python_version < "4.0" +pluggy==1.0.0 ; python_version >= "3.7" and python_version < "4.0" +protobuf==4.21.8 ; python_version >= "3.7" and python_version < "4.0" +psycopg2-binary==2.9.1 ; python_version >= "3.7" and python_version < "4.0" +py==1.11.0 ; python_version >= "3.7" and python_version < "4.0" +pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0" +pycryptodomex==3.14.1 ; python_version >= "3.7" and python_version < "4.0" +pydantic==1.10.2 ; python_version >= "3.7" and python_version < "4.0" +pyln-bolt7==1.0.246 ; python_version >= "3.7" and python_version < "4.0" +pyln-client==0.11.1 ; python_version >= "3.7" and python_version < "4.0" +pyln-proto==0.11.1 ; python_version >= "3.7" and python_version < "4.0" +pyparsing==3.0.9 ; python_version >= "3.7" and python_version < "4.0" +pypng==0.0.21 ; python_version >= "3.7" and python_version < "4.0" +pyqrcode==1.2.1 ; python_version >= "3.7" and python_version < "4.0" +pyscss==1.4.0 ; python_version >= "3.7" and python_version < "4.0" +pysocks==1.7.1 ; python_version >= "3.7" and python_version < "4.0" +pytest-asyncio==0.19.0 ; python_version >= "3.7" and python_version < "4.0" +pytest==7.1.3 ; python_version >= "3.7" and python_version < "4.0" +python-bitcoinlib==0.11.2 ; python_version >= "3.7" and python_version < "4.0" +python-dotenv==0.21.0 ; python_version >= "3.7" and python_version < "4.0" +pyyaml==5.4.1 ; python_version >= "3.7" and python_version < "4.0" +represent==1.6.0.post0 ; python_version >= "3.7" and python_version < "4.0" +requests==2.27.1 ; python_version >= "3.7" and python_version < "4.0" +rfc3986==1.5.0 ; python_version >= "3.7" and python_version < "4.0" +rfc3986[idna2008]==1.5.0 ; python_version >= "3.7" and python_version < "4.0" +secp256k1==0.14.0 ; python_version >= "3.7" and python_version < "4.0" +setuptools==65.5.0 ; python_version >= "3.7" and python_version < "4.0" +shortuuid==1.0.1 ; python_version >= "3.7" and python_version < "4.0" +six==1.16.0 ; python_version >= "3.7" and python_version < "4.0" +sniffio==1.3.0 ; python_version >= "3.7" and python_version < "4.0" +sqlalchemy-aio==0.17.0 ; python_version >= "3.7" and python_version < "4.0" +sqlalchemy==1.3.24 ; python_version >= "3.7" and python_version < "4.0" +sse-starlette==0.6.2 ; python_version >= "3.7" and python_version < "4.0" +starlette==0.19.1 ; python_version >= "3.7" and python_version < "4.0" +tomli==2.0.1 ; python_version >= "3.7" and python_version < "4.0" +typing-extensions==4.4.0 ; python_version >= "3.7" and python_version < "4.0" +urllib3==1.26.12 ; python_version >= "3.7" and python_version < "4" +uvicorn==0.18.3 ; python_version >= "3.7" and python_version < "4.0" +uvloop==0.16.0 ; python_version >= "3.7" and python_version < "4.0" +watchgod==0.7 ; python_version >= "3.7" and python_version < "4.0" +websocket-client==1.3.3 ; python_version >= "3.7" and python_version < "4.0" +websockets==10.0 ; python_version >= "3.7" and python_version < "4.0" +win32-setctime==1.1.0 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" +zipp==3.9.0 ; python_version >= "3.7" and python_version < "4.0"