Changeset - 8e0efe7b3b10
[Not reviewed]
default
0 2 0
Mads Kiilerich (kiilerix) - 5 years ago 2019-10-30 11: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) First comment
dev_requirements.txt
Show inline comments
 
@@ -2,7 +2,7 @@ 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
 
@@ -41,7 +41,7 @@ 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",
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now