summaryrefslogtreecommitdiff
path: root/client/pkg/requirements.pip
diff options
context:
space:
mode:
Diffstat (limited to 'client/pkg/requirements.pip')
-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