Skip to content

Commit

Permalink
Add pytest requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
staeff committed Mar 14, 2022
1 parent f7dcd87 commit a5d71c0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Flask-SQLAlchemy
gunicorn
psycopg2-binary
pip-tools
pytest
pytest-cov
25 changes: 24 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
#
# pip-compile requirements.in
#
attrs==21.4.0
# via pytest
click==8.0.4
# via
# flask
# pip-tools
coverage[toml]==6.3.2
# via pytest-cov
flask==2.0.3
# via
# -r requirements.in
Expand All @@ -21,24 +25,43 @@ greenlet==1.1.2
# via sqlalchemy
gunicorn==20.1.0
# via -r requirements.in
iniconfig==1.1.1
# via pytest
itsdangerous==2.1.0
# via flask
jinja2==3.0.3
# via flask
markupsafe==2.1.0
# via jinja2
packaging==21.3
# via pytest
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
# via -r requirements.in
pluggy==1.0.0
# via pytest
psycopg2-binary==2.9.3
# via -r requirements.in
py==1.11.0
# via pytest
pyparsing==3.0.7
# via packaging
pytest==7.1.0
# via
# -r requirements.in
# pytest-cov
pytest-cov==3.0.0
# via -r requirements.in
six==1.16.0
# via flask-cors
sqlalchemy==1.4.31
# via flask-sqlalchemy
tomli==2.0.1
# via pep517
# via
# coverage
# pep517
# pytest
werkzeug==2.0.3
# via flask
wheel==0.37.1
Expand Down

0 comments on commit a5d71c0

Please sign in to comment.