-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
54 lines (50 loc) · 1.03 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
52
53
54
[tool.poetry]
name = "khabar-board"
version = "0.5"
description = ""
authors = ["hemanta212 <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.6"
bcrypt = "^3.1.4"
beautifulsoup4 = "^4.6.3"
blinker = "^1.4"
bs4 = "^0.0.1"
certifi = "^2020.6.20"
chardet = "^4.0.0"
Click = "^7.0"
Flask = "^1.0.2"
Flask-Bcrypt = "^0.7.1"
Flask-Login = "^0.5.0"
Flask-Mail = "^0.9.1"
Flask-SQLAlchemy = "^2.3.2"
Flask-WTF = "^0.14.2"
idna = "^2.7"
itsdangerous = "^1.1"
Jinja2 = "^2.10"
lxml = "^4.2.5"
MarkupSafe = "^1.1.1"
pycparser = "^2.19"
requests = "^2.21.0"
six = "^1.12.0"
SQLAlchemy = "^1.2.12"
urllib3 = "^1.23"
Werkzeug = "^1.0.0"
WTForms = "^2.2.1"
gunicorn = "^19.9"
flask-script = "^2.0"
flask-migrate = "^2.4"
psycopg2-binary = "^2.8"
feedparser = "^6.0.1"
cffi = "^1.13.0"
email-validator = "^1.1.3"
[tool.poetry.dev-dependencies]
pylint = "^2.3"
pytest = "^6.0.2"
autopep8 = "^1.4"
rope = "^0.18.0"
ptpython = "^3.0.1"
rich = "^10.3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"