Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
GNU Mailman
Postorius
Commits
29bae4b2
Commit
29bae4b2
authored
Feb 03, 2016
by
Florian Fuchs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Allow all Django 1.8.x versions.
parent
a62ca93f
Pipeline
#687223
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
29bae4b2
...
...
@@ -39,7 +39,7 @@ setup(
packages
=
find_packages
(
'src'
),
package_dir
=
{
''
:
'src'
},
include_package_data
=
True
,
install_requires
=
[
'django>=1.6,<
=
1.
8
'
,
install_requires
=
[
'django>=1.6,<1.
9
'
,
'django-browserid'
,
'mailmanclient'
]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment