diff --git a/requirements-dev.txt b/requirements-dev.txt index 3bd058f..cab80f5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,7 +33,7 @@ pexpect==4.8.0; python_version >= "3.7" and python_version < "4.0" and sys_platf pickleshare==0.7.5; python_version >= "3.7" and python_version < "4.0" pluggy==0.13.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" prompt-toolkit==3.0.19; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1" -psycopg2-binary==2.9.1; python_version >= "3.6" +psycopg2==2.9.1; python_version >= "3.6" ptyprocess==0.7.0; python_version >= "3.7" and python_version < "4.0" and sys_platform != "win32" py==1.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" pycodestyle==2.7.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" diff --git a/requirements.txt b/requirements.txt index 9efc50f..3f70975 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ gunicorn==20.1.0; python_version >= "3.5" idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" jinja2==3.0.1; python_version >= "3.6" markupsafe==2.0.1; python_version >= "3.6" -psycopg2-binary==2.9.1; python_version >= "3.6" +psycopg2==2.9.1; python_version >= "3.6" requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") urllib3==1.26.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"