From d8c04138f6c3c7f9f0a1d38788e0ba4f90b128f1 Mon Sep 17 00:00:00 2001 From: cwandrews Date: Sun, 15 Oct 2017 19:45:54 -0400 Subject: [PATCH] Updated Projectfile to include python-dotenv dependency. --- Projectfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Projectfile b/Projectfile index 0973c1f..73efcaa 100644 --- a/Projectfile +++ b/Projectfile @@ -45,6 +45,7 @@ python.add_requirements( 'psutil >=5.2,<6.0', 'requests >=2.0,<3.0', 'stevedore >=1.21,<2.0', + 'python-dotenv >=0.7.1,<1.0', dev=[ 'cookiecutter >=1.5,<1.6', 'pytest-sugar >=0.8,<0.9',