Changeset - 8e0efe7b3b10
[Not reviewed]
default
0 2 0
Mads Kiilerich (mads) - 6 years ago 2019-10-30 12:59:39
mads@kiilerich.com
Grafted from: 4e01ef0fc4d0
setup: set explicit minimum version for all dependencies

Kind of arbitrarily chosen, but it seems like reasonable not-too-recent
versions that still provide a consistent baseline.
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
dev_requirements.txt
Show inline comments
 
pytest >= 4.6.6, < 4.7
 
pytest-sugar >= 0.9.2, < 0.10
 
pytest-benchmark >= 3.2.2, < 3.3
 
pytest-localserver >= 0.5.0, < 0.6
 
mock < 3.1
 
Sphinx < 1.9
 
WebTest < 2.1
 
mock >= 3.0.0, < 3.1
 
Sphinx >= 1.8.0, < 1.9
 
WebTest >= 2.0.3, < 2.1
 
isort == 4.3.21
setup.py
Show inline comments
 
@@ -38,13 +38,13 @@ __url__ = _get_meta_var('__url__', _meta
 
__platform__ = platform.system()
 

	
 
is_windows = __platform__ in ['Windows']
 

	
 
requirements = [
 
    "alembic >= 0.8.0, < 1.1",
 
    "gearbox < 1",
 
    "gearbox >= 0.1.0, < 1",
 
    "waitress >= 0.8.8, < 1.4",
 
    "WebOb >= 1.7, < 1.9",
 
    "backlash >= 0.1.2, < 1",
 
    "TurboGears2 >= 2.3.10, < 2.5",
 
    "tgext.routes >= 0.2.0, < 1",
 
    "Beaker >= 1.7.0, < 2",
0 comments (0 inline, 0 general)