summaryrefslogtreecommitdiff
path: root/requirements-prod.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-12-01 15:01:35 +0000
committerStephen Finucane <stephen@that.guru>2019-12-01 15:01:35 +0000
commitc7f7cf50ab8c434db07d4f4180b33ea8d9aeafd4 (patch)
treedb241bf8df0c61ccb086028eabc45df052248281 /requirements-prod.txt
parent4c068c176902636102f165a4ee786f9cf72c8e1b (diff)
downloadpatchwork-c7f7cf50ab8c434db07d4f4180b33ea8d9aeafd4.tar
patchwork-c7f7cf50ab8c434db07d4f4180b33ea8d9aeafd4.tar.gz
requirements: Add pyup markers to prevent dumb PRs
Until [1] is merged, we're going to have to override what these markers are doing. Perhaps it would be easier to just specify the markers in the comments as the actual marker, but I like using pip's features and the comments *should* be temporary. [1] https://github.com/pyupio/pyup/pull/367 Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-prod.txt')
-rw-r--r--requirements-prod.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements-prod.txt b/requirements-prod.txt
index 797d30b..ff583b4 100644
--- a/requirements-prod.txt
+++ b/requirements-prod.txt
@@ -1,8 +1,8 @@
-Django~=2.2.0; python_version >= '3.5'
+Django~=2.2.0; python_version >= '3.5' # pyup: >=2.2.0,<2.3.0
Django~=1.11.0; python_version < '3.0' # pyup: ignore
-djangorestframework~=3.10.0; python_version >= '3.5'
+djangorestframework~=3.10.0; python_version >= '3.5' # pyup: >=3.10.0,<3.11.0
djangorestframework~=3.9.0; python_version < '3.0' # pyup: ignore
-django-filter~=2.2.0; python_version >= '3.5'
+django-filter~=2.2.0; python_version >= '3.5' # pyup: >=2.2.0,<2.3.0
django-filter~=1.1.0; python_version < '3.0' # pyup: ignore
-psycopg2-binary~=2.8.0
-sqlparse~=0.3.0
+psycopg2-binary~=2.8.0 # pyup: >=2.8.0,<2.9.0
+sqlparse~=0.3.0 # pyup: >=0.3.0,<0.4.0