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
06ac58f6
Commit
06ac58f6
authored
Oct 03, 2015
by
Paul Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build errors caused by pillow
parent
29f8e0d4
Changes
3
Show 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 @
06ac58f6
Flask
Flask
Flask-Admin
Flask-Admin
Flask-SQLAlchemy
Flask-SQLAlchemy
pillow
pillow==2.9.0
\ No newline at end of file
requirements-dev.txt
View file @
06ac58f6
...
@@ -5,7 +5,7 @@ peewee
...
@@ -5,7 +5,7 @@ peewee
wtf-peewee
wtf-peewee
pymongo==2.8
pymongo==2.8
flask-mongoengine
flask-mongoengine
pillow
pillow
==2.9.0
Babel<=1.3
Babel<=1.3
flask-babelex
flask-babelex
shapely==1.5.9
shapely==1.5.9
...
...
setup.py
View file @
06ac58f6
...
@@ -49,7 +49,7 @@ setup(
...
@@ -49,7 +49,7 @@ setup(
],
],
tests_require
=
[
tests_require
=
[
'nose>=1.0'
,
'nose>=1.0'
,
'pillow'
,
'pillow
==2.9.0
'
,
'mongoengine'
,
'mongoengine'
,
'pymongo'
,
'pymongo'
,
'wtf-peewee'
,
'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