diff --git a/backend/requirement.txt b/backend/requirement.txt new file mode 100644 index 0000000..1b83d90 --- /dev/null +++ b/backend/requirement.txt @@ -0,0 +1,75 @@ +aerich==0.6.3 +aiosqlite==0.17.0 +anyio==3.6.1 +async-timeout==4.0.2 +async-to-sync==0.2.2 +asyncio==3.4.3 +attrs==22.1.0 +autopep8==1.6.0 +certifi==2022.6.15 +cffi==1.15.1 +charset-normalizer==2.1.0 +click==8.1.3 +configparser==5.2.0 +cryptography==37.0.4 +Deprecated==1.2.13 +dictdiffer==0.9.0 +ecdsa==0.18.0 +Faker==13.15.1 +fastapi==0.79.0 +fastapi-jwt-auth==0.5.0 +fastapi-pagination==0.9.3 +greenlet==1.1.2 +h11==0.13.0 +httptools==0.4.0 +idna==3.3 +iniconfig==1.1.1 +iso8601==1.0.2 +itsdangerous==2.1.2 +Jinja2==3.1.2 +MarkupSafe==2.1.1 +packaging==21.3 +passlib==1.7.4 +peewee==3.15.1 +pluggy==1.0.0 +py==1.11.0 +pyasn1==0.4.8 +pycodestyle==2.9.0 +pycparser==2.21 +pydantic==1.9.1 +PyJWT==1.7.1 +PyMySQL==1.0.2 +pyparsing==3.0.9 +pypika-tortoise==0.1.6 +pytest==7.1.2 +python-dateutil==2.8.2 +python-dotenv==0.20.0 +python-jose==3.3.0 +python-multipart==0.0.5 +pytz==2022.1 +PyYAML==6.0 +redis==4.3.4 +requests==2.28.1 +rsa==4.9 +shutils==0.1.0 +six==1.16.0 +sniffio==1.2.0 +sqladmin==0.4.0 +SQLAlchemy==1.4.40 +SQLAlchemy-Utils==0.38.3 +sqlalchemy2-stubs==0.0.2a27 +sqlmodel==0.0.8 +starlette==0.19.1 +toml==0.10.2 +tomli==2.0.1 +tomlkit==0.11.1 +tornado==4.5.3 +tortoise-orm==0.19.2 +typing_extensions==4.3.0 +urllib3==1.26.11 +uvicorn==0.18.2 +uvloop==0.16.0 +watchfiles==0.16.1 +websockets==10.3 +wrapt==1.14.1 +WTForms==3.0.1