We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40477ad commit e0efdffCopy full SHA for e0efdff
setup.py
@@ -1,5 +1,5 @@
1
from setuptools import setup, find_packages
2
-
+
3
version='0.9'
4
setup(
5
name='pyres',
@@ -15,14 +15,14 @@
15
include_package_data=True,
16
package_data={'resweb': ['templates/*.mustache','media/*']},
17
scripts=[
18
- 'scripts/pyres_worker',
19
- 'scripts/pyres_web',
+ 'scripts/pyres_worker',
+ 'scripts/pyres_web',
20
'scripts/pyres_scheduler',
21
'scripts/pyres_manager'],
22
install_requires=[
23
'simplejson>=2.0.9',
24
'itty>=0.6.2',
25
- 'redis==1.34.1',
+ 'redis>=1.34.1',
26
'pystache>=0.1.0',
27
'setproctitle==1.0'
28
],
@@ -33,4 +33,4 @@
33
'License :: OSI Approved :: MIT License',
34
'Operating System :: OS Independent',
35
'Programming Language :: Python'],
36
-)
+)
0 commit comments