diff options
author | Kali Kaneko <kali@leap.se> | 2014-10-30 14:37:18 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-10-30 14:55:17 +0100 |
commit | 372aa8a4d86073f57f3f4280bfdbb50705fbab44 (patch) | |
tree | 955666342890417fbd3d33c13b462e8f8f4fc1bf /client/pkg/requirements.pip | |
parent | f1fea3bfb94a90518d49d80ff1b7c939b171c77a (diff) |
remove pysqlite dep from requirements
Diffstat (limited to 'client/pkg/requirements.pip')
-rw-r--r-- | client/pkg/requirements.pip | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index a341226f..90277fc1 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -22,6 +22,3 @@ leap.soledad.common>=0.6.0 # this is not strictly needed by us, but we need it # until u1db adds it to its release as a dep. oauth - -# pysqlite should not be a dep, see #2945 -pysqlite |