Skip to content

Commit 5a55fdc

Browse files
author
Ravipudi Sai Rajendra Prasad
authored
Merge pull request #65 from Rajendra-R/freeze_versions
#64 freeze all modules with new version
2 parents 2e0485c + 97eeb45 commit 5a55fdc

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
@@ -35,11 +35,11 @@ def get_long_description():
3535
download_url="https://github.com/deep-compute/funcserver/tarball/%s" % version,
3636
license='MIT License',
3737
install_requires=[
38-
'statsd',
39-
'requests',
40-
'tornado',
41-
'msgpack-python',
42-
'basescript >= 0.1.6',
38+
'statsd==3.2.2',
39+
'requests==2.18.4',
40+
'tornado==5.0.1',
41+
'msgpack-python==0.5.6',
42+
'basescript==0.2.2',
4343
],
4444
package_dir={'funcserver': 'funcserver'},
4545
packages=find_packages('.'),

0 commit comments

Comments
 (0)