diff options
-rw-r--r-- | client/pkg/requirements.pip | 2 | ||||
-rw-r--r-- | server/pkg/requirements.pip | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index 6b74b16d..75c1025f 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -7,5 +7,5 @@ pycryptopp # repos instead. chardet zope.proxy -twisted +#twisted # we handle specific packages in debian/control oauth diff --git a/server/pkg/requirements.pip b/server/pkg/requirements.pip index 58834d0e..e7d474f9 100644 --- a/server/pkg/requirements.pip +++ b/server/pkg/requirements.pip @@ -2,7 +2,7 @@ configparser u1db routes PyOpenSSL -twisted +#twisted # we don't want all twisted deps in deb! #pinned for wheezy compatibility Beaker==1.6.3 #wheezy couchdb==0.8 #wheezy |