-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
51 lines (45 loc) · 1.12 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
[tool.poetry]
name = "bloom-nofos"
version = "1.41.0"
description = "the no-code solo nofo web flow"
authors = ["Paul Craig <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "3.11.9"
django = "5.0.8"
beautifulsoup4 = "^4.12.2"
markdownify = "^0.13.1"
django-easy-audit = "^1.3.5"
psycopg2 = "^2.9.10"
django-environ = "^0.11.2"
gunicorn = "^23.0.0"
whitenoise = "^6.6.0"
python-slugify = "^8.0.1"
django-project-version = "^0.19.0"
docraptor = "^3.1.0"
django-constance = "^4.1.2"
django-picklefield = "^3.1"
markdown = "3.5.2"
requests = "^2.32.3"
cssutils = "^2.9.0"
martor = "^1.6.37"
django-mirror = "^0.1.13"
mammoth = "^1.7.1"
tomli = "^2.0.2"
django-ninja = "^1.3.0"
# sortable = "@3", check nofo_index.html
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
freezegun = "^1.3.1"
isort = "^5.13.2"
[tool.poetry.scripts]
start = 'scripts.server:main'
migrate = 'scripts.server:migrate'
makemigrations = 'scripts.server:makemigrations'
test = 'scripts.server:test'
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"