capsul-flask/Pipfile

40 lines
682 B
TOML
Raw Permalink Normal View History

2020-05-12 02:25:49 +00:00
[[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"
2023-12-03 19:37:49 +00:00
psycopg = "==3.1.14"
2023-12-03 20:07:52 +00:00
psycopg_pool = "==3.2.0"
2020-05-12 02:25:49 +00:00
pylint = "==2.5.2"
six = "==1.14.0"
toml = "==0.10.0"
Werkzeug = "==1.0.1"
wrapt = "==1.12.1"
2020-05-12 17:38:36 +00:00
stripe = "*"
2020-05-13 05:28:53 +00:00
matplotlib = "*"
requests = "*"
2020-05-13 05:37:07 +00:00
python-dotenv = "*"
2020-05-17 03:11:44 +00:00
ecdsa = "*"
aiohttp = "*"
apscheduler = "*"
gevent = "*"
2020-05-12 02:25:49 +00:00
[dev-packages]
[requires]
2023-12-03 18:55:31 +00:00
python_version = "3.11"