From c21f4b3dacd597a15a5ec39d525df1dfe1b70376 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Mon, 17 Jul 2023 01:47:57 +0200 Subject: Add project. --- requirements.txt | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..fd8278b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,55 @@ +aioredis==1.3.1 +amqp==5.1.1 +asgiref==3.5.2 +async-timeout==4.0.2 +attrs==22.1.0 +autobahn==22.7.1 +Automat==20.2.0 +billiard==3.6.4.0 +celery==5.2.7 +certifi==2022.6.15 +cffi==1.15.1 +channels==3.0.5 +channels-redis==3.4.1 +charset-normalizer==2.1.1 +click==8.1.3 +click-didyoumean==0.3.0 +click-plugins==1.1.1 +click-repl==0.2.0 +constantly==15.1.0 +cryptography==37.0.4 +daphne==3.0.2 +Deprecated==1.2.13 +Django==4.1 +django-debug-toolbar==3.6.0 +hiredis==2.0.0 +hyperlink==21.0.0 +idna==3.3 +incremental==21.3.0 +kombu==5.2.4 +msgpack==1.0.4 +packaging==21.3 +prompt-toolkit==3.0.30 +psycopg2==2.9.3 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycparser==2.21 +PyJWT==2.4.0 +pyOpenSSL==22.0.0 +pyparsing==3.0.9 +pytz==2022.2.1 +redis==4.3.4 +requests==2.28.1 +service-identity==21.1.0 +six==1.16.0 +sqlparse==0.4.2 +twilio==7.12.1 +Twisted==22.4.0 +txaio==22.2.1 +typing_extensions==4.3.0 +urllib3==1.26.12 +vine==5.0.0 +wcwidth==0.2.5 +WooCommerce==3.0.0 +wrapt==1.14.1 +zope.interface==5.4.0 -- cgit v1.2.3