Skip to content
Snippets Groups Projects
Pipfile 382 B
Newer Older
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pre-commit = "*"
docker-compose = "*"

[packages]
nimrod's avatar
nimrod committed
poca = {git = "https://github.com/brokkr/poca"}

[requires]
nimrod's avatar
nimrod committed
python_version = "3.6"
nimrod's avatar
nimrod committed
build = "docker-compose build --pull"
deploy = "docker-compose up --detach --remove-orphans"
subscribe = "poca-subscribe -c ."
lint = "pre-commit"