changeset 8140:82f16ad89d8a

setup: bump alembic minimum version to 1.0.10 to get rid of py3 warning Avoid verbose warning: .../site-packages/alembic/util/langhelpers.py:92: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly formatvalue=lambda x: '=' + x)
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 04 Jan 2020 00:23:15 +0100
parents b015fa0bfecb
children ed67d1df7125
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Jan 04 00:17:20 2020 +0100
+++ b/setup.py	Sat Jan 04 00:23:15 2020 +0100
@@ -40,7 +40,7 @@
 is_windows = __platform__ in ['Windows']
 
 requirements = [
-    "alembic >= 0.8.0, < 1.1",
+    "alembic >= 1.0.10, < 1.1",
     "gearbox >= 0.1.0, < 1",
     "waitress >= 0.8.8, < 1.4",
     "WebOb >= 1.8, < 1.9",