diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index d9f0c7e..5fb13b5 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -e git+http://github.com/alessandrolandim/liblightbase.git#egg=liblightbase pyramid==1.5.1 pyramid_restler -sqlalchemy==0.9.4 +sqlalchemy==1.3.0 psycopg2 voluptuous==0.12.0 requests==2.24.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index e18210e..7a5df4d --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'pyramid-restler == 0.1a4', 'repoze.lru == 0.7', 'requests == 2.24.0', - 'SQLAlchemy == 0.9.4', + 'SQLAlchemy == 1.3.0', 'translationstring == 1.4', 'venusian == 3.0.0', 'voluptuous == 0.12.0',