Skip to content

Commit 8d78f89

Browse files
committed
Merge pull request #1521 from rtfd/dnspython-and-launchpadlib-in-requirements
Move dnspython and launchpadlib into requirements/pip.txt
2 parents deb95fc + 9e55731 commit 8d78f89

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)