Skip to content

Commit

Permalink
Relax version requirements to accept a greater version
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ugal committed Oct 17, 2014
1 parent 0f5b6e1 commit 26e63fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
@@ -1,5 +1,5 @@
Jinja2==2.7.1
Markdown==2.3.1
PyYAML==3.10
watchdog==0.7.0
ghp-import==0.4.1
Jinja2>=2.7.1
Markdown>=2.3.1,<2.4
PyYAML>=3.10
watchdog>=0.7.0
ghp-import>=0.4.1
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -16,11 +16,11 @@
author_email = 'tom@tomchristie.com'
license = 'BSD'
install_requires = [
'Jinja2==2.7.1',
'Markdown==2.3.1',
'PyYAML==3.10',
'watchdog==0.7.0',
'ghp-import==0.4.1'
'Jinja2>=2.7.1',
'Markdown>=2.3.1',
'PyYAML>=3.10',
'watchdog>=0.7.0',
'ghp-import>=0.4.1'
]

long_description = """Work in progress."""
Expand Down

0 comments on commit 26e63fb

Please sign in to comment.