You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
576 B
TOML

[tool.poetry]
name = "ccvpn3"
version = "0.1.0"
description = ""
authors = ["CCrypto <code@ccrypto.org>"]
[tool.poetry.dependencies]
python = "^3.4"
django = "=1.10"
django-jsonfield = "=1.0"
django_countries = "=4.0"
markdown = "=2.6"
requests = "^2.21"
pygal = "^2.4"
pytz = "^2018.9"
python-bitcoinlib = "^0.10.1"
stripe = "^2.24"
django-constance = {version = "=2.0",extras = ["database"]}
lcoreapi = {git = "https://git.packetimpact.net/lvpn/lcoreapi.git"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"