-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
39 lines (36 loc) · 934 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "mail_test"
version = "0.1.0"
description = ""
authors = ["Myzel394 <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
aiosmtpd = "^1.4.2"
fastapi = "^0.92.0"
uvicorn = "^0.20.0"
Jinja2 = "^3.1.2"
pytesseract = "^0.3.10"
SQLAlchemy = "^1.4.41"
fastapi-users = {extras = ["sqlalchemy"], version = "^10.1.5"}
alembic = "^1.8.1"
psycopg2 = "^2.9.3"
fastapi-jwt = "^0.1.8"
email-normalize = "^2.0.0"
argon2-cffi = "^21.3.0"
requests = "^2.28.1"
pyquery = "^1.4.3"
pretty-bad-protocol = "^3.1.1"
cssutils = "^2.6.0"
fastapi-pagination = "^0.11.4"
SQLAlchemy-Utils = "^0.38.3"
gunicorn = "^20.1.0"
python-dotenv = "^0.21.0"
dkimpy = "^1.0.5"
pyotp = "^2.8.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.3"
pytest-asyncio = "^0.20.3"
fastapi = {extras = ["all"], version = "^0.92.0"}
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"