Remove manual requirements

Issue with PyUP seems fixed
This commit is contained in:
Bruno Alla 2020-05-12 19:50:12 +01:00 committed by GitHub
parent 1c630c3a77
commit 309376ee44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,3 @@ pin: True
# requires private repo permissions, even on public repos
# default: empty
label_prs: update
# Specify requirement files by hand, pyup seems to struggle to
# find the ones in the project_slug folder
requirements:
- "requirements.txt"
- "{{cookiecutter.project_slug}}/requirements/base.txt"
- "{{cookiecutter.project_slug}}/requirements/local.txt"
- "{{cookiecutter.project_slug}}/requirements/production.txt"