1
0
Fork 0

downgrade pendulum to a1

This commit is contained in:
laixintao 2023-10-07 18:47:51 +08:00
parent a5a9bb2ba4
commit 8b499047b8
No known key found for this signature in database
GPG Key ID: 4E7314AC219D7FE4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ install_requirements = [
"psycopg >= 3.0.14",
"sqlparse >=0.3.0,<0.5",
"configobj >= 5.0.6",
"pendulum>=3.0.0b1",
"pendulum>=3.0.0a1",
"cli_helpers[styles] >= 2.2.1",
]