Skip to content

Commit b3dffc5

Browse files
author
James O'Brien
committed
Bump version: 0.4.4 -> 0.4.5
1 parent 628ed38 commit b3dffc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
here = os.path.abspath(os.path.dirname(__file__))
99
README = io.open(os.path.join(here, 'README.rst'), encoding="utf8").read()
1010

11-
version = '0.4.4'
11+
version = '0.4.5'
1212
author = 'joke2k'
1313
description = "Django-environ allows you to utilize 12factor inspired environment " \
1414
"variables to configure your Django application."
15-
install_requires = ['django', 'six']
15+
install_requires = ['six']
1616

1717
setup(name='django-environ',
1818
version=version,
@@ -47,6 +47,7 @@
4747
license='MIT License',
4848
packages=find_packages(),
4949
platforms=["any"],
50+
tests_require=['flask'],
5051
include_package_data=True,
5152
test_suite='environ.test.load_suite',
5253
zip_safe=False,

0 commit comments

Comments
 (0)