Skip to content

Commit 394e31d

Browse files
committed
Fix dependencies on Django/Babel to use lower-case egg names.
1 parent 85cffd9 commit 394e31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def read(*parts):
2424

2525

2626
install_requires = [
27-
'Django>=1.4,<1.8',
28-
'Babel>=1.3',
27+
'django>=1.4,<1.8',
28+
'babel>=1.3',
2929
]
3030

3131

0 commit comments

Comments
 (0)