2020-05-10 00:13:20 +00:00
|
|
|
[metadata]
|
|
|
|
name = capsulflask
|
|
|
|
version = 0.0.0
|
|
|
|
url = https://giit.cyberia.club/~forest/capsul-flask
|
2020-05-27 00:56:09 +00:00
|
|
|
license = Affero GPLv3
|
2020-05-10 00:13:20 +00:00
|
|
|
maintainer = cyberia
|
|
|
|
maintainer_email = forest.n.johnson@gmail.com
|
|
|
|
description = Python Flask web application for capsul.org
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
include_package_data = true
|
|
|
|
install_requires =
|
|
|
|
Flask
|
2020-05-13 18:56:43 +00:00
|
|
|
Flask-Mail
|
2020-05-10 00:13:20 +00:00
|
|
|
psycopg2
|
2020-05-13 18:56:43 +00:00
|
|
|
nanoid
|
|
|
|
matplotlib
|
|
|
|
stripe
|
|
|
|
python-dotenv
|
|
|
|
requests
|