fix subcommands with django_lcore

master
Alice 4 years ago
parent e67a61a315
commit e2e2d55820

6
poetry.lock generated

@ -112,14 +112,14 @@ description = "a reusable django app for common lambdacore instance code"
name = "django-lcore"
optional = false
python-versions = "*"
version = "1.1.0"
version = "1.1.1"
[package.dependencies]
django = ">=2.2"
lcoreapi = "*"
[package.source]
reference = "94ef8c9467d1d71c86d95439404b7c40202fa1ec"
reference = "e3627a39c39347076ffd473336bc218dfa25ca1f"
type = "git"
url = "https://git.packetimpact.net/lvpn/django-lcore.git"
[[package]]
@ -408,7 +408,7 @@ python-versions = "*"
version = "1.11.2"
[metadata]
content-hash = "6484d8b6029f1cbbeaa6013676535b59801aef7f1e9bd03bf3f06a7dd8acd37a"
content-hash = "76168f530910e78512ef30fb07a339fc92ab0769731af66a2ec73477e91dbd07"
python-versions = "^3.5"
[metadata.files]

@ -22,7 +22,7 @@ psycopg2-binary = "^2.8"
python-frontmatter = "^0.4.5"
django-tinymce4-lite = "^1.7"
django-admin-list-filter-dropdown = "^1.0"
django-lcore = {git = "https://git.packetimpact.net/lvpn/django-lcore.git", tag = "v1.1.0"}
django-lcore = {git = "https://git.packetimpact.net/lvpn/django-lcore.git", tag = "v1.1.1"}
[tool.poetry.dev-dependencies]
pylint = "^2.3"

Loading…
Cancel
Save