forked from ColtonProvias/sqlalchemy-jsonapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
29 lines (28 loc) · 715 Bytes
/
requirements.txt
File metadata and controls
29 lines (28 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# 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
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
nose==1.3.7
coverage==4.3.4