-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 780 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 780 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
[tool.poetry]
name = "image-sharing-api"
version = "0.1.0"
description = ""
authors = ["Fafa Modey <uffamodey@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11.5"
django = "^5.1.1"
python-dotenv = "1.0.1"
psycopg2-binary = "^2.9.9"
djangorestframework = "^3.15.2"
drf-yasg = "^1.21.7"
pyjwt = "^2.9.0"
pytest = "^8.3.3"
djangorestframework-simplejwt = "^5.3.1"
django-environ = "^0.11.2"
pillow = "^10.4.0"
django-debug-toolbar = "^4.4.6"
django-dynamic-fixture = "^4.0.1"
pytest-django = "^4.9.0"
black = "^24.10.0"
pygraphviz = "^1.14"
django-extensions = "^3.2.3"
dj-rest-auth = {extras = ["with-social"], version = "^6.0.0"}
random-password-generator = "^2.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"