1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/pyproject.toml

29 lines
634 B
TOML
Raw Normal View History

2020-06-01 11:03:21 +02:00
[tool.poetry]
name = "acronomy"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
2020-06-01 12:05:33 +02:00
python = ">=3.7,<4.0"
2020-06-01 11:03:21 +02:00
django = {extras = ["argon2"], version = "^3.0.6"}
psycopg2 = "^2.8.5"
django-simple-history = "^2.10.0"
markdown = "^3.2.2"
django-debug-toolbar = "^2.2"
djangorestframework = "^3.11.0"
requests = "^2.23.0"
ads = "^0.12.3"
Pillow = "^7.1.2"
2020-06-01 12:08:57 +02:00
gunicorn = "^20.0.4"
2020-06-01 20:26:00 +02:00
beautifulsoup4 = "^4.9.1"
2020-06-02 18:05:58 +02:00
django-bootstrap4 = "^2.0.0"
2020-06-02 18:36:44 +02:00
django-cachalot = "^2.2.0"
2020-06-01 11:03:21 +02:00
[tool.poetry.dev-dependencies]
bpython = "^0.19"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"