comparison setup.py @ 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
comparison
equal deleted inserted replaced
8139:b015fa0bfecb 8140:82f16ad89d8a
38 __platform__ = platform.system() 38 __platform__ = platform.system()
39 39
40 is_windows = __platform__ in ['Windows'] 40 is_windows = __platform__ in ['Windows']
41 41
42 requirements = [ 42 requirements = [
43 "alembic >= 0.8.0, < 1.1", 43 "alembic >= 1.0.10, < 1.1",
44 "gearbox >= 0.1.0, < 1", 44 "gearbox >= 0.1.0, < 1",
45 "waitress >= 0.8.8, < 1.4", 45 "waitress >= 0.8.8, < 1.4",
46 "WebOb >= 1.8, < 1.9", 46 "WebOb >= 1.8, < 1.9",
47 "backlash >= 0.1.2, < 1", 47 "backlash >= 0.1.2, < 1",
48 "TurboGears2 >= 2.4, < 2.5", 48 "TurboGears2 >= 2.4, < 2.5",