We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e0485c + 97eeb45 commit 5a55fdcCopy full SHA for 5a55fdc
setup.py
@@ -35,11 +35,11 @@ def get_long_description():
35
download_url="https://github.com/deep-compute/funcserver/tarball/%s" % version,
36
license='MIT License',
37
install_requires=[
38
- 'statsd',
39
- 'requests',
40
- 'tornado',
41
- 'msgpack-python',
42
- 'basescript >= 0.1.6',
+ 'statsd==3.2.2',
+ 'requests==2.18.4',
+ 'tornado==5.0.1',
+ 'msgpack-python==0.5.6',
+ 'basescript==0.2.2',
43
],
44
package_dir={'funcserver': 'funcserver'},
45
packages=find_packages('.'),
0 commit comments