You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
633 B
36 lines
633 B
[[source]] |
|
url = "https://pypi.python.org/simple" |
|
verify_ssl = true |
|
name = "pypi" |
|
|
|
[packages] |
|
astroid = "==2.4.1" |
|
blinker = "==1.4" |
|
click = "==7.1.2" |
|
Flask = "==1.1.2" |
|
Flask-Mail = "==0.9.1" |
|
gunicorn = "==20.0.4" |
|
isort = "==4.3.21" |
|
itsdangerous = "==1.1.0" |
|
Jinja2 = "==2.11.2" |
|
lazy-object-proxy = "==1.4.3" |
|
MarkupSafe = "==1.1.1" |
|
mccabe = "==0.6.1" |
|
nanoid = "==2.0.0" |
|
psycopg2 = "==2.8.5" |
|
pylint = "==2.5.2" |
|
six = "==1.14.0" |
|
toml = "==0.10.0" |
|
typed-ast = "==1.4.1" |
|
Werkzeug = "==1.0.1" |
|
wrapt = "==1.12.1" |
|
stripe = "*" |
|
matplotlib = "*" |
|
requests = "*" |
|
python-dotenv = "*" |
|
ecdsa = "*" |
|
|
|
[dev-packages] |
|
|
|
[requires] |
|
python_version = "3.7"
|
|
|