mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-16 21:00:23 +00:00
Fix syntax error in PyUP config - take 2
This commit is contained in:
parent
a4a7c6488f
commit
135c6d7f59
1 changed files with 4 additions and 16 deletions
20
.pyup.yml
20
.pyup.yml
|
|
@ -1,18 +1,6 @@
|
|||
# Specify requirement files by hand
|
||||
requirements:
|
||||
- requirements.txt:
|
||||
# update all dependencies and pin them
|
||||
update: all
|
||||
pin: True
|
||||
- {{cookiecutter.project_slug}}/requirements/base.txt:
|
||||
# update all dependencies and pin them
|
||||
update: all
|
||||
pin: True
|
||||
- {{cookiecutter.project_slug}}/requirements/local.txt:
|
||||
# update all dependencies and pin them
|
||||
update: all
|
||||
pin: True
|
||||
- {{cookiecutter.project_slug}}/requirements/production.txt:
|
||||
# update all dependencies and pin them
|
||||
update: all
|
||||
pin: True
|
||||
- "requirements.txt"
|
||||
- "{{cookiecutter.project_slug}}/requirements/base.txt"
|
||||
- "{{cookiecutter.project_slug}}/requirements/local.txt"
|
||||
- "{{cookiecutter.project_slug}}/requirements/production.txt"
|
||||
|
|
|
|||
Loading…
Reference in a new issue