cleaned requirements.txt

This commit is contained in:
ahmadbilalkhalid 2020-02-20 14:04:53 +05:00
commit 00b35e0567
2 changed files with 1 additions and 2 deletions

View file

@ -3,6 +3,7 @@ import os
from ungleich_common.ldap.ldap_manager import LdapManager
from ungleich_common.std.configparser import StrictConfigParser
from ungleich_common.etcd.etcd_wrapper import EtcdWrapper
config_file = os.environ.get('meow-pay-config-file', default='pay.conf')
config = StrictConfigParser(allow_no_value=True)