forked from astrocamp/17th-WorkNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (35 loc) · 855 Bytes
/
pyproject.toml
File metadata and controls
39 lines (35 loc) · 855 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
[tool.poetry]
name = "worknet"
version = "0.1.0"
description = ""
authors = ["5x.worknet <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
django = "^5.1"
python-dotenv = "^1.0.1"
psycopg2 = "^2.9.9"
social-auth-app-django = "^5.4.2"
boto3 = "^1.35.10"
django-storages = "^1.14.4"
django-anymail = {extras = ["mailgun"], version = "^11.1"}
markdown = "^3.7"
rules = "^3.5"
django-taggit = "^6.0.0"
gunicorn = "^23.0.0"
whitenoise = "^6.7.0"
dj-database-url = "^2.2.0"
django-heroku = "^0.3.1"
requests = "^2.32.3"
pillow = "^10.4.0"
[tool.poetry.group.dev.dependencies]
django-extensions = "^3.2.3"
pre-commit = "^3.8.0"
django-debug-toolbar = "^4.4.6"
commitizen = "^3.29.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
line_length = 100