diff --git a/release.py b/release.py index e83d2392..4237efd9 100644 --- a/release.py +++ b/release.py @@ -74,7 +74,7 @@ def upload_distribution_files(): def push_to_github(): - run_step("git", "push", "origin", "master") + run_step("git", "push", "origin", "main") def push_tags_to_github(): diff --git a/setup.py b/setup.py index ed6fb3c0..80a037a6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from pgcli import __version__ description = "CLI for Postgres Database. With auto-completion and syntax highlighting." install_requirements = [ - "pgspecial>=1.11.8", + "pgspecial>=1.13.1,<2.0.0", "click >= 4.1", "Pygments>=2.0", # Pygments has to be Capitalcased. WTF? # We still need to use pt-2 unless pt-3 released on Fedora32