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

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

[packages]
poca = {git = "https://github.com/adarnimrod/poca",ref = "non-writable-config-dir"}

[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"