Skip to content

Commit

Permalink
Use psycopg2 instead of psycopg2-binary, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed May 3, 2019
1 parent e280284 commit 8ff2577
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django
django-environ

# Postgres
psycopg2-binary
psycopg2

# Wagtail
wagtail
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --upgrade base.in
# pip-compile requirements/base.in
#
beautifulsoup4==4.6.0 # via wagtail
certifi==2019.3.9 # via requests
Expand All @@ -18,7 +18,7 @@ draftjs-exporter==2.1.5 # via wagtail
html5lib==1.0.1 # via wagtail
idna==2.8 # via requests
pillow==5.4.1 # via wagtail
psycopg2-binary==2.8.2
psycopg2==2.8.2
pytz==2019.1 # via django, django-modelcluster, wagtail
requests==2.21.0 # via wagtail
six==1.12.0 # via html5lib, wagtail
Expand Down
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --upgrade dev.in
# pip-compile -v --output-file dev.txt dev.in
#
atomicwrites==1.3.0
attrs==19.1.0
Expand All @@ -20,7 +20,7 @@ django-modelcluster==4.4
django-modeltranslation==0.13.1
django-taggit==0.24.0
django-treebeard==4.3
django==2.2
django==2.2.1
djangorestframework==3.9.3
draftjs-exporter==2.1.5
entrypoints==0.3
Expand All @@ -42,6 +42,7 @@ pillow==5.4.1
pip-tools==3.6.1
pluggy==0.9.0
prompt-toolkit==2.0.9 # via ipython
psycopg2==2.8.2
ptyprocess==0.6.0 # via pexpect
py==1.8.0
pycodestyle==2.5.0
Expand All @@ -57,7 +58,7 @@ sqlparse==0.3.0
text-unidecode==1.2 # via faker
traitlets==4.3.2 # via ipython
unidecode==1.0.23
urllib3==1.24.2
urllib3==1.24.3
wagtail-modeltranslation==0.10.1
wagtail==2.5
wcwidth==0.1.7 # via prompt-toolkit
Expand Down
7 changes: 4 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --upgrade production.in
# pip-compile -v --output-file production.txt production.in
#
beautifulsoup4==4.6.0
certifi==2019.3.9
Expand All @@ -12,12 +12,13 @@ django-modelcluster==4.4
django-modeltranslation==0.13.1
django-taggit==0.24.0
django-treebeard==4.3
django==2.2
django==2.2.1
djangorestframework==3.9.3
draftjs-exporter==2.1.5
html5lib==1.0.1
idna==2.8
pillow==5.4.1
psycopg2==2.8.2
pyasn1-modules==0.2.5 # via python-ldap
pyasn1==0.4.5 # via pyasn1-modules, python-ldap
python-ldap==3.2.0
Expand All @@ -26,7 +27,7 @@ requests==2.21.0
six==1.12.0
sqlparse==0.3.0
unidecode==1.0.23
urllib3==1.24.2
urllib3==1.24.3
wagtail-modeltranslation==0.10.1
wagtail==2.5
webencodings==0.5.1
Expand Down
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --upgrade test.in
# pip-compile -v --output-file test.txt test.in
#
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
Expand All @@ -16,7 +16,7 @@ django-modelcluster==4.4
django-modeltranslation==0.13.1
django-taggit==0.24.0
django-treebeard==4.3
django==2.2
django==2.2.1
djangorestframework==3.9.3
draftjs-exporter==2.1.5
entrypoints==0.3 # via flake8
Expand All @@ -27,6 +27,7 @@ mccabe==0.6.1 # via flake8
more-itertools==7.0.0 # via pytest
pillow==5.4.1
pluggy==0.9.0 # via pytest
psycopg2==2.8.2
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
Expand All @@ -37,7 +38,7 @@ requests==2.21.0
six==1.12.0
sqlparse==0.3.0
unidecode==1.0.23
urllib3==1.24.2
urllib3==1.24.3
wagtail-modeltranslation==0.10.1
wagtail==2.5
webencodings==0.5.1
Expand Down

0 comments on commit 8ff2577

Please sign in to comment.