Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
2e626e33
Commit
2e626e33
authored
Oct 04, 2015
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1068 from pawl/fix_pillow_build
fix build errors caused by pillow
parents
0724f0ec
06ac58f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
requirements.txt
examples/forms/requirements.txt
+1
-1
requirements-dev.txt
requirements-dev.txt
+1
-1
setup.py
setup.py
+1
-1
No files found.
examples/forms/requirements.txt
View file @
2e626e33
Flask
Flask-Admin
Flask-SQLAlchemy
pillow
\ No newline at end of file
pillow==2.9.0
requirements-dev.txt
View file @
2e626e33
...
...
@@ -5,7 +5,7 @@ peewee
wtf-peewee
pymongo==2.8
flask-mongoengine
pillow
pillow
==2.9.0
Babel<=1.3
flask-babelex
shapely==1.5.9
...
...
setup.py
View file @
2e626e33
...
...
@@ -49,7 +49,7 @@ setup(
],
tests_require
=
[
'nose>=1.0'
,
'pillow'
,
'pillow
==2.9.0
'
,
'mongoengine'
,
'pymongo'
,
'wtf-peewee'
,
...
...
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