FIXES #370: bug-for-bug hanlding of .env

This commit is contained in:
Muayyad alsadi
2021-12-10 01:01:45 +02:00
parent 85244272ff
commit 8cd97682d0
4 changed files with 17 additions and 7 deletions

View File

@ -36,7 +36,8 @@ setup(
include_package_data=True,
license='GPL-2.0-only',
install_requires=[
'pyyaml'
'pyyaml',
'python-dotenv',
],
# test_suite='tests',
# tests_require=[