-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (35 loc) · 890 Bytes
/
pyproject.toml
File metadata and controls
40 lines (35 loc) · 890 Bytes
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
40
[tool.poetry]
name = "keepem"
version = "0.1.0"
description = "Keepem backends "
authors = ["Marti <marti@keepem.app>"]
license = "Coppyright Keepem"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "0.70.1"
uvicorn = "0.15.0"
pymongo = "4.0.1"
fastapi-pagination = "0.9.1"
python-dotenv = "0.19.2"
pydantic = {version = "1.9.0", extras = ["email", "dotenv"]}
python-multipart = "0.0.5"
aiofiles = "0.8.0"
jinja2 = "3.0.3"
bcrypt = "3.2.0"
flatdict = "4.0.1"
gitpython = "3.1.24"
pyinstrument = "4.1.1"
setuptools-rust = "1.1.2"
passlib = "1.7.4"
boto3 = "1.20.24"
cryptography = "3.4.7"
python-jose = {version = '3.3.0', extras = ["cryptography"]}
pyCryptodome = "3.10.1"
pyAesCrypt = "6.0.0"
firebase_admin = "5.2.*"
[tool.poetry.dev-dependencies]
pytest = "6.2.4"
pytest-xdist = "2.5.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"