updated install_requires with version info
This commit is contained in:
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
@@ -36,10 +36,10 @@ setup(
'Environment :: No Input/Output (Daemon)',
],
install_requires=[
'eventlet',
'simplejson', # included for speed
'webob',
'xattr',
'eventlet>=0.9.9',
'simplejson>=2.0.9', # included for speed
'WebOb>=0.9.8',
'xattr>=0.4',
],
scripts=['bin/st', 'bin/swift-account-auditor',
'bin/swift-account-audit', 'bin/swift-account-reaper',
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.