-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
84 lines (79 loc) · 1.6 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[tool.yapf]
column_limit = 100
[tool.isort]
line_length = 100
[tool.poetry]
name = "library-tracker"
version = "0.1.0"
description = ""
authors = ["kyo <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
alembic = "1.0.5"
aniso8601 = "5.1.0"
asn1crypto = "0.24.0"
astroid = "2.2.5"
autopep8 = "1.4.3"
beautifulsoup4 = "4.7.1"
blinker = "1.4"
bs4 = "0.0.1"
certifi = "2019.3.9"
cffi = "1.14.5"
chardet = "3.0.4"
click = "7.0"
colorama = "0.4.1"
coverage = "4.5.3"
cryptography = "3.3.2"
dominate = "2.3.1"
Flask = "1.1.1"
Flask-Bootstrap = "3.3.7.1"
Flask-HTTPAuth = "3.2.4"
Flask-Login = "0.4.1"
Flask-Mail = "0.9.1"
Flask-Migrate = "2.3.1"
Flask-Moment = "0.5.1"
Flask-PageDown = "0.2.2"
Flask-RESTful = "0.3.7"
Flask-Script = "2.0.6"
Flask-SQLAlchemy = "2.3.2"
Flask-SSLify = "0.1.5"
Flask-WTF = "0.14.2"
gunicorn = "20.0.4"
idna = "2.8"
isort = "4.3.15"
itsdangerous = "1.1.0"
Jinja2 = "2.11.3"
lazy-object-proxy = "1.3.1"
Mako = "1.0.7"
MarkupSafe = "1.1.0"
mccabe = "0.6.1"
pycodestyle = "2.5.0"
pycparser = "2.19"
PyJWT = "1.7.1"
pylint = "2.3.1"
PyMySQL = "0.9.2"
pyOpenSSL = "19.0.0"
PySocks = "1.6.8"
python-dateutil = "2.7.5"
python-dotenv = "0.10.1"
python-editor = "1.0.3"
pytz = "2018.9"
relativetimebuilder = "0.2.0"
requests = "2.25.0"
six = "1.12.0"
soupsieve = "1.8"
SQLAlchemy = "1.3.3"
style = "1.1.0"
typed-ast = "1.4.1"
update = "0.0.1"
urllib3 = "1.26.5"
visitor = "0.1.3"
Werkzeug = "0.16.0"
win-inet-pton = "1.1.0"
wincertstore = "0.2"
wrapt = "1.11.1"
WTForms = "2.2.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"