Files
@ 10cfc4437178
Branch filter:
Location: C3L/C3L-Membership-Online-Form/pyproject.toml - annotation
10cfc4437178
669 B
text/plain
Unify cryptocurrencies handling
This allows us to add new cryptocurrencies without adding new code
This allows us to add new cryptocurrencies without adding new code
d33311233a68 d33311233a68 025b79e9a3f3 d33311233a68 d33311233a68 d33311233a68 bdddfc57582e d33311233a68 d33311233a68 d33311233a68 b4073d9d0e36 b4073d9d0e36 b4073d9d0e36 b4073d9d0e36 b4073d9d0e36 b4073d9d0e36 b4073d9d0e36 b4073d9d0e36 4005eddcc559 d33311233a68 d33311233a68 d33311233a68 d33311233a68 d33311233a68 d33311233a68 d33311233a68 d33311233a68 d33311233a68 d33311233a68 | [tool.poetry]
name = "c3l-membership"
version = "1.1.1"
description = ""
authors = ["Dennis Fink <dennis.fink@c3l.lu>"]
license = "GPL-3.0-or-later"
include = ["c3l_membership/static/*", "c3l_membership/template/*", "c3l_membership/translations/*"]
[tool.poetry.dependencies]
python = ">=3.7.0,<4"
Flask = "^2.0.2"
Flask-QRcode = "^3.0.0"
Flask-WeasyPrint = "^0.6"
Flask-WTF = "^1.0.0"
email-validator = "^1.1.3"
WTForms="^3.0.1"
WeasyPrint="52.5"
djhtml = "^1.4.11"
Flask-Babel = "^2.0.0"
[tool.poetry.dev-dependencies]
black = "^21.12b0"
mypy = "^0.930"
isort = "^5.10.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|