forked from ColtonProvias/sqlalchemy-jsonapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e47d161
commit ad4e501
Showing
2 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
SQLAlchemy | ||
inflection | ||
flask | ||
blinker | ||
bcrypt | ||
fake-factory | ||
Flask-SQLAlchemy | ||
passlib | ||
pathtools | ||
SQLAlchemy-Utils | ||
pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
SQLAlchemy>=1.0.8 | ||
inflection>=0.3.1 | ||
flask>=0.10.1 | ||
blinker>=1.4 | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile --output-file requirements.txt requirements.in | ||
# | ||
|
||
bcrypt==2.0.0 | ||
blinker==1.4 | ||
cffi==1.7.0 # via bcrypt | ||
click==6.6 # via flask | ||
fake-factory==0.5.2 | ||
Flask-SQLAlchemy==2.0 | ||
flask==0.11.1 | ||
inflection==0.3.1 | ||
itsdangerous==0.24 # via flask | ||
jinja2==2.8 # via flask | ||
markupsafe==0.23 # via jinja2 | ||
passlib==1.6.5 | ||
pathtools==0.1.2 | ||
SQLAlchemy-Utils==0.30.16 | ||
py==1.4.31 # via pytest | ||
pycparser==2.14 # via cffi | ||
pytest==2.7.3 | ||
six==1.10.0 # via bcrypt, sqlalchemy-utils | ||
SQLAlchemy-Utils==0.30.16 | ||
sqlalchemy==1.0.13 | ||
werkzeug==0.11.10 # via flask |