There was an error while loading. Please reload this page.
1 parent e7f92f5 commit 7069133Copy full SHA for 7069133
requirements.txt
@@ -35,6 +35,8 @@ setuptools==80.9.0; python_version >= '3.9'
35
tabulate==0.8.10; python_version == '3.6'
36
tabulate==0.9.0; python_version >= '3.7'
37
wcwidth==0.2.14
38
-sqlalchemy==2.0.41
39
-psycopg2-binary==2.9.8
+sqlalchemy==1.4.54; python_version < '3.8'
+sqlalchemy==2.0.41; python_version >= '3.8'
40
+psycopg2-binary==2.9.8; python_version >= '3.7' and python_version < '3.12'
41
+psycopg2-binary==2.9.11; python_version >= '3.12'
42
#+pygelf%pygelf==0.4.0
0 commit comments