Fix dependency on anyjson
The main requirements.txt and the one for documentation had different specification for anyjson. This change also makes explicit the fact that we do not require anything other than what is listed in pip-requires to install. The library function looks at requirements.txt, too, which we don't have and should not use. Change-Id: I8e79ad0803e3a9ebeb2a1dae30b2e5abdbbe8276 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
fa44e3167c
commit
d2e29db5d9
@ -7,7 +7,7 @@ netaddr
|
||||
argparse
|
||||
sqlalchemy
|
||||
eventlet
|
||||
anyjson==0.3.1
|
||||
anyjson>=0.3.1
|
||||
Flask==0.9
|
||||
sphinxcontrib-httpdomain
|
||||
pymongo==2.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user