diff --git a/requirements/base.in b/requirements/base.in index fd741ef..b5b5336 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -3,7 +3,7 @@ Django django-environ # Postgres -psycopg2-binary +psycopg2 # Wagtail wagtail diff --git a/requirements/base.txt b/requirements/base.txt index ff53294..b9b5e7b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 77abf1d..b9a6c97 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/production.txt b/requirements/production.txt index 09266ca..0a6c3d0 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -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 @@ -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 @@ -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 diff --git a/requirements/test.txt b/requirements/test.txt index 9889517..a9fd61a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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 @@ -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 @@ -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 @@ -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