Implement V2 interfaces and remaining V1 interfaces
Also adds some tests to registry tests for V1 stuff. Note: All *registry* tests currently pass, but as verbs are not yet converted, the verb tests in registry_tests.py currently fail.
This commit is contained in:
parent
d67991987b
commit
db60df827d
21 changed files with 588 additions and 338 deletions
|
@ -1,65 +1,66 @@
|
|||
autobahn==0.9.3-3
|
||||
aiowsgi
|
||||
trollius
|
||||
flask
|
||||
py-bcrypt
|
||||
Flask-Principal
|
||||
Flask-Login
|
||||
Flask-Mail
|
||||
python-dateutil
|
||||
boto
|
||||
pymysql==0.6.7 # Remove version when baseimage has Python 2.7.9+
|
||||
stripe
|
||||
gunicorn<19.0
|
||||
gevent
|
||||
mixpanel
|
||||
beautifulsoup4
|
||||
marisa-trie
|
||||
APScheduler==3.0.5
|
||||
xhtml2pdf
|
||||
redis
|
||||
hiredis
|
||||
flask-restful==0.2.12
|
||||
jsonschema
|
||||
-e git+https://github.com/NateFerrero/oauth2lib.git#egg=oauth2lib
|
||||
alembic
|
||||
sqlalchemy
|
||||
python-magic
|
||||
reportlab==2.7
|
||||
raven
|
||||
peewee
|
||||
python-ldap
|
||||
pycryptodome
|
||||
psycopg2
|
||||
pyyaml
|
||||
PyGithub
|
||||
-e git+https://github.com/DevTable/aniso8601-fake.git#egg=aniso8610
|
||||
-e git+https://github.com/DevTable/anunidecode.git#egg=anunidecode
|
||||
-e git+https://github.com/DevTable/container-cloud-config.git#egg=container-cloud-config
|
||||
-e git+https://github.com/DevTable/python-etcd.git@sslfix#egg=python-etcd
|
||||
-e git+https://github.com/NateFerrero/oauth2lib.git#egg=oauth2lib
|
||||
-e git+https://github.com/coreos/mockldap.git@v0.1.x#egg=mockldap
|
||||
-e git+https://github.com/coreos/py-bitbucket.git#egg=py-bitbucket
|
||||
-e git+https://github.com/coreos/pyapi-gitlab.git@timeout#egg=pyapi-gitlab
|
||||
-e git+https://github.com/coreos/mockldap.git@v0.1.x#egg=mockldap
|
||||
-e git+https://github.com/coreos/resumablehashlib.git#egg=resumablehashlib
|
||||
-e git+https://github.com/DevTable/python-etcd.git@sslfix#egg=python-etcd
|
||||
gipc
|
||||
pyOpenSSL
|
||||
pygpgme
|
||||
cachetools
|
||||
mock
|
||||
psutil
|
||||
stringscore
|
||||
python-swiftclient
|
||||
python-keystoneclient
|
||||
APScheduler==3.0.5
|
||||
Flask-Login
|
||||
Flask-Mail
|
||||
Flask-Principal
|
||||
Flask-Testing
|
||||
pyjwt
|
||||
toposort
|
||||
pyjwkest
|
||||
jsonpath-rw
|
||||
bintrees
|
||||
redlock
|
||||
semantic-version
|
||||
PyGithub
|
||||
aiowsgi
|
||||
alembic
|
||||
autobahn==0.9.3-3
|
||||
beautifulsoup4
|
||||
bencode
|
||||
bintrees
|
||||
boto
|
||||
cachetools
|
||||
cryptography
|
||||
flask
|
||||
flask-restful==0.2.12
|
||||
gevent
|
||||
gipc
|
||||
gunicorn<19.0
|
||||
hiredis
|
||||
httmock
|
||||
jsonpath-rw
|
||||
jsonschema
|
||||
marisa-trie
|
||||
mixpanel
|
||||
mock
|
||||
moto
|
||||
namedlist
|
||||
peewee
|
||||
psutil
|
||||
psycopg2
|
||||
py-bcrypt
|
||||
pyOpenSSL
|
||||
pycryptodome
|
||||
pygpgme
|
||||
pyjwkest
|
||||
pyjwt
|
||||
pymysql==0.6.7 # Remove version when baseimage has Python 2.7.9+
|
||||
python-dateutil
|
||||
python-keystoneclient
|
||||
python-ldap
|
||||
python-magic
|
||||
python-swiftclient
|
||||
pyyaml
|
||||
raven
|
||||
redis
|
||||
redlock
|
||||
reportlab==2.7
|
||||
semantic-version
|
||||
sqlalchemy
|
||||
stringscore
|
||||
stripe
|
||||
toposort
|
||||
trollius
|
||||
tzlocal
|
||||
xhtml2pdf
|
||||
|
|
Reference in a new issue