Remove unneccessary requirements from {repo_root}/requirements.txt + uncloud/secret_sample.py minor changes
This commit is contained in:
parent
2aa22803f4
commit
5f28e9630c
2 changed files with 3 additions and 16 deletions
|
@ -1,17 +1,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Live/test key from stripe
|
# Live/test key from stripe
|
||||||
STRIPE_KEY=""
|
STRIPE_KEY = ''
|
||||||
|
|
||||||
# XML-RPC interface of opennebula
|
# XML-RPC interface of opennebula
|
||||||
OPENNEBULA_URL='https://opennebula.ungleich.ch:2634/RPC2'
|
OPENNEBULA_URL = 'https://opennebula.ungleich.ch:2634/RPC2'
|
||||||
|
|
||||||
# user:pass for accessing opennebula
|
# user:pass for accessing opennebula
|
||||||
OPENNEBULA_USER_PASS='user:password'
|
OPENNEBULA_USER_PASS = 'user:password'
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
xmltodict
|
|
||||||
djangorestframework
|
|
||||||
django
|
|
||||||
done
|
|
||||||
stripe
|
stripe
|
||||||
flask
|
flask
|
||||||
Flask-RESTful
|
Flask-RESTful
|
||||||
|
|
Loading…
Reference in a new issue