Skip to content

Commit 9e55731

Browse files
Move dnspython and launchpadlib into requirements/pip.txt
They were only in requirements/deploy.txt but were required in a few places in the codebase. That means that developers can come into a situation were they end up missing these libraries even when they installed all dependencies according to the docs.
1 parent 5f53187 commit 9e55731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/deploy.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
psycopg2==2.4.6
33
gunicorn==19.1.0
44
pysolr==2.0.13
5-
dnspython==1.11.0
6-
launchpadlib==1.10.2
75
django-redis-cache==0.9.5
86
django-mailgun==0.2.2
97

requirements/pip.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ hiredis==0.1.2
2626
celery==3.1.18
2727
django-celery==3.1.16
2828
django-allauth==0.21.0
29+
dnspython==1.11.0
2930

3031
# VCS
3132
bzr==2.6
33+
launchpadlib==1.10.2
3234
mercurial==2.6.3
3335
httplib2==0.7.7
3436

0 commit comments

Comments
 (0)