diff options
Diffstat (limited to 'client/pkg')
-rw-r--r-- | client/pkg/requirements.pip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 8983b6b5..5a61a7b5 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -5,3 +5,5 @@ cryptography pysqlcipher;python_version=="2.7" pysqlcipher3;python_version=="3.4" treq +weakref +enum34 |