summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-12-14 09:13:11 +0100
committerPierre Ossman <ossman@cendio.se>2020-12-14 13:48:54 +0100
commit96eda1a5c71a9b0bc53cb60c8bf0ac67f38191bd (patch)
treed6afe5582c938c0b54caf224a21401e7cb571f04 /test-requirements.txt
parente80739b296fe976c515e854f8b36504787469fa5 (diff)
downloadwebsockify-96eda1a5c71a9b0bc53cb60c8bf0ac67f38191bd.tar.gz
Remove support for older Python
All active distributions should now support at least Python 3.4, so let's clean things up by removing older compatibility code.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8e01437..1fc147a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,5 +1,5 @@
mock
nose
-jwcrypto;python_version>="2.7"
-redis;python_version>="2.7"
-simplejson;python_version>="2.7"
+jwcrypto
+redis
+simplejson