cleaned requirements.txt
This commit is contained in:
parent
9c7d458eec
commit
00b35e0567
2 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,7 @@ import os
|
||||||
from ungleich_common.ldap.ldap_manager import LdapManager
|
from ungleich_common.ldap.ldap_manager import LdapManager
|
||||||
from ungleich_common.std.configparser import StrictConfigParser
|
from ungleich_common.std.configparser import StrictConfigParser
|
||||||
from ungleich_common.etcd.etcd_wrapper import EtcdWrapper
|
from ungleich_common.etcd.etcd_wrapper import EtcdWrapper
|
||||||
|
|
||||||
config_file = os.environ.get('meow-pay-config-file', default='pay.conf')
|
config_file = os.environ.get('meow-pay-config-file', default='pay.conf')
|
||||||
|
|
||||||
config = StrictConfigParser(allow_no_value=True)
|
config = StrictConfigParser(allow_no_value=True)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
ldap3
|
|
||||||
etcd3
|
|
||||||
stripe
|
stripe
|
||||||
flask
|
flask
|
||||||
git+https://code.ungleich.ch/ahmedbilal/ungleich-common/#egg=ungleich-common-etcd&subdirectory=etcd
|
git+https://code.ungleich.ch/ahmedbilal/ungleich-common/#egg=ungleich-common-etcd&subdirectory=etcd
|
||||||
|
|
Loading…
Reference in a new issue