Make pyup ignore requirements.txt

We don't want pyup.io upgrading sub-dependencies listed in the
requirements.txt file since it does it whenever a new version is
available regardless of what our application dependencies require.
This commit is contained in:
Alexey Bezhan
2018-07-30 16:22:20 +01:00
parent 018585eccc
commit ce5bb1f762
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# pyup: ignore file
# This file is autogenerated. Do not edit it manually.
# Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements-app.txt