updated install_requires with version info

This commit is contained in:
Clay Gerrard
2010年07月19日 10:21:00 -05:00
parent 9cc26a24bb
commit 527f8c95e1

View File

@@ -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
openstack/swift
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.

The note is not visible to the blocked user.