Skip to content

Commit e0efdff

Browse files
chawcobinarymatt
authored andcommitted
Increase version dependency.
1 parent 40477ad commit e0efdff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup, find_packages
2-
2+
33
version='0.9'
44
setup(
55
name='pyres',
@@ -15,14 +15,14 @@
1515
include_package_data=True,
1616
package_data={'resweb': ['templates/*.mustache','media/*']},
1717
scripts=[
18-
'scripts/pyres_worker',
19-
'scripts/pyres_web',
18+
'scripts/pyres_worker',
19+
'scripts/pyres_web',
2020
'scripts/pyres_scheduler',
2121
'scripts/pyres_manager'],
2222
install_requires=[
2323
'simplejson>=2.0.9',
2424
'itty>=0.6.2',
25-
'redis==1.34.1',
25+
'redis>=1.34.1',
2626
'pystache>=0.1.0',
2727
'setproctitle==1.0'
2828
],
@@ -33,4 +33,4 @@
3333
'License :: OSI Approved :: MIT License',
3434
'Operating System :: OS Independent',
3535
'Programming Language :: Python'],
36-
)
36+
)

0 commit comments

Comments
 (0)