summaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2022-06-06 11:20:48 -0700
committerGitHub <noreply@github.com>2022-06-06 11:20:48 -0700
commit18071754bc0c79a7109c5ccfdaa74ed913c343ba (patch)
treec6426b4bbdd08e1931f0f49e813df592b4135d35 /requirements-dev.txt
parent372da81ec4bb6572f293c00cdd5b3b4d3c38350d (diff)
Port to psycopg3 (#1324)
* WIP. * Add some comments about porting from psycopg 2 to 3 (#1318) * WIP * Disable _set_wait_callback() * TransactionStatus. * First working query. * More pg3 changes. * test_pgexecute still fails. * Fix bytea support. * Fix json and enum unicode. * Get unit tests to pass. * Behave tests still break, WIP. * Prompt seems to be displayed fine, why don't the tests see the whitespace? * Python version. * Fix test. * Black. * Added black to dev reqs. * nbu link for donations. * Use psycopg.sql to format statement. * Special case for show help in pgbouncer. * Fix test. * Added integration test. * Install pgbouncer in ci. * Fix integration test. * Remove tmate session. * Revert commenting out python versions. * Pin pgspecial to >=2. * Changelog. Co-authored-by: Daniele Varrazzo <daniele.varrazzo@gmail.com> Co-authored-by: Amjith Ramanujam <amjith.r@gmail.com>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 84fa6bf7..700915a1 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,13 +1,12 @@
pytest>=2.7.0
tox>=1.9.2
behave>=1.2.4
+black>=22.3.0
pexpect==3.3
pre-commit>=1.16.0
-coverage==5.0.4
+coverage>=5.0.4
codecov>=1.5.1
docutils>=0.13.1
-autopep8==1.3.3
-click==6.7
-twine==1.11.0
-wheel==0.33.6
-prompt_toolkit==3.0.5
+autopep8>=1.3.3
+twine>=1.11.0
+wheel>=0.33.6