summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorefkin <efkin@riseup.net>2017-03-13 19:28:11 +0100
committerKali Kaneko <kali@leap.se>2017-03-17 17:52:55 +0100
commit1034d3107b57f03d7ed2257aef39cede2f6686ef (patch)
tree2b599ea3687566a8eb09c1cc8b591f2cc5181a1c /client
parent5cf77ccd4df00a59c8cb8d4670f2964f021ae862 (diff)
[test] Prepare new tox environment
At this point tests are not yet collectable in the new environment. But no regressions observed.
Diffstat (limited to 'client')
-rw-r--r--client/pkg/requirements.pip3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip
index 24b168b4..44ff4511 100644
--- a/client/pkg/requirements.pip
+++ b/client/pkg/requirements.pip
@@ -1,5 +1,6 @@
-pysqlcipher>2.6.3
scrypt
zope.proxy
twisted
cryptography
+pysqlcipher;python_version=="2.7"
+pysqlcipher3;python_version=="3.4" \ No newline at end of file