We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cffd9 commit 394e31dCopy full SHA for 394e31d
1 file changed
setup.py
@@ -24,8 +24,8 @@ def read(*parts):
24
25
26
install_requires = [
27
- 'Django>=1.4,<1.8',
28
- 'Babel>=1.3',
+ 'django>=1.4,<1.8',
+ 'babel>=1.3',
29
]
30
31
0 commit comments