-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 782 Bytes
/
pyproject.toml
File metadata and controls
37 lines (34 loc) · 782 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
[tool.poetry]
name = "techster"
version = "0.3.0"
description = "none"
authors = ["Fabiano Amaral Alves"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
Flask-Zipper = "^1.0.1"
email-validator = "^1.3.1"
flask = "^2.2.3"
Werkzeug="2.3.0"
flask-login = "^0.6.2"
flask-ckeditor = "^0.4.6"
flask-migrate = "^4.0.4"
flask-admin = "^1.6.1"
flask-sqlalchemy = "^3.0.3"
flask-wtf = "^1.1.1"
python-dotenv = "^1.0.0"
python-slugify = "^8.0.1"
wtforms = "2.3.3"
wtforms-ext = "^0.5"
pillow = "^10.0.1"
sqlalchemy = "^2.0.21"
wtforms-sqlalchemy = "^0.3"
psycopg2-binary = "^2.9.9"
gunicorn = "^21.2.0"
faker = "^19.8.0"
flask-script = "^2.0.6"
bootstrap-flask = "^2.3.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"