Browse Source

requirements: SQLAlchemy version has to be < 2.0.0

Daniel-Constantin Mierla 2 năm trước cách đây
mục cha
commit
ca8259083b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      requirements/base.txt

+ 1 - 1
requirements/base.txt

@@ -3,6 +3,6 @@ prompt-toolkit>=3.0.2
 pyaml>=19.4.1
 PyYAML>=5.1.2
 Pygments>=2.6.0
-SQLAlchemy>=1.3.11
+SQLAlchemy>=1.3.11,<2.0.0
 tabulate>=0.8.5
 wheel>=0.35.0