Remove unneccessary requirements from {repo_root}/requirements.txt + uncloud/secret_sample.py minor changes

This commit is contained in:
ahmadbilalkhalid 2020-02-22 11:36:18 +05:00
parent 2aa22803f4
commit 5f28e9630c
2 changed files with 3 additions and 16 deletions

View file

@ -1,17 +1,8 @@
# Live/test key from stripe
STRIPE_KEY=""
STRIPE_KEY = ''
# 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
OPENNEBULA_USER_PASS='user:password'
OPENNEBULA_USER_PASS = 'user:password'

View file

@ -1,7 +1,3 @@
xmltodict
djangorestframework
django
done
stripe
flask
Flask-RESTful