diff options
author | Stephen Finucane <stephen@that.guru> | 2020-04-15 11:59:11 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-04-18 00:07:15 +0100 |
commit | 67e37e3f914be429f8c72c665525ba21e73cf7a9 (patch) | |
tree | 92c6eba39dbdbdd98e7a363e4149803b5634c0fa | |
parent | 4fd7a739bbed62230d4166509929a35f63f6892e (diff) | |
download | patchwork-67e37e3f914be429f8c72c665525ba21e73cf7a9.tar patchwork-67e37e3f914be429f8c72c665525ba21e73cf7a9.tar.gz |
requirements: Remove final pyup markers
Now that pyup properly supports compatible ranges [1], it's time to
remove these markers.
[1] https://github.com/pyupio/pyup/pull/367
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | requirements-test.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements-test.txt b/requirements-test.txt index bddc37d..4235f37 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ -mysqlclient~=1.4.4 # pyup: >=1.4.4,<1.5.0 -psycopg2-binary~=2.8.0 # pyup: >=2.8.0,<2.9.0 -sqlparse~=0.3.0 # pyup: >=0.3.0,<0.4.0 -python-dateutil~=2.8.0 # pyup: >=2.8.0,<2.9.0 -openapi-core~=0.8.0 # pyup: >=0.8.0,<0.9.0 +mysqlclient~=1.4.4 +psycopg2-binary~=2.8.0 +sqlparse~=0.3.0 +python-dateutil~=2.8.0 +openapi-core~=0.8.0 |