2021-04-03 13:27:35 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "sophon"
|
2021-11-08 21:55:27 +00:00
|
|
|
version = "1.0.0"
|
2021-04-03 13:27:35 +00:00
|
|
|
description = "Django project for dataset collection"
|
|
|
|
authors = ["Stefano Pigozzi <256895@studenti.unimore.it>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
2022-08-11 16:12:48 +00:00
|
|
|
Django = "^3.2.15"
|
2021-04-03 13:27:35 +00:00
|
|
|
psycopg2 = "^2.8.6"
|
|
|
|
djangorestframework = "^3.12.4"
|
|
|
|
Markdown = "^3.3.4"
|
|
|
|
django-filter = "^2.4.0"
|
2021-08-10 22:59:39 +00:00
|
|
|
deprecation = "^2.1.0"
|
2021-09-08 16:05:01 +00:00
|
|
|
docker = "^5.0.2"
|
2021-09-10 14:39:56 +00:00
|
|
|
django-cors-headers = "^3.8.0"
|
2021-10-18 16:50:07 +00:00
|
|
|
gunicorn = "^20.1.0"
|
2021-10-19 20:41:18 +00:00
|
|
|
coloredlogs = "^15.0.1"
|
|
|
|
lazy-object-proxy = "^1.6.0"
|
2021-04-03 13:27:35 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-10-29 02:00:21 +00:00
|
|
|
Sphinx = "^4.2.0"
|
|
|
|
sphinx-rtd-theme = "^1.0.0"
|
2021-11-01 21:19:43 +00:00
|
|
|
sphinx-autobuild = "^2021.3.14"
|
2021-11-18 18:32:27 +00:00
|
|
|
rinohtype = "^0.5.3"
|
2022-11-22 10:14:55 +00:00
|
|
|
Pillow = "^9.3.0"
|
2021-11-20 07:31:08 +00:00
|
|
|
jsx-lexer = "^1.0.0"
|
2021-11-30 11:36:49 +00:00
|
|
|
sphinxcontrib-httpdomain = "^1.8.0"
|
2021-04-03 13:27:35 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|