1
0
Fork 0

Bump pgspecial. (#1319)

This commit is contained in:
Irina Truong 2022-02-28 13:51:56 -08:00 committed by GitHub
parent 25eb9f541b
commit 7423f9d239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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():

View File

@ -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