Skip to content

Commit

Permalink
add requirements-dev.lock for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Mar 8, 2024
1 parent 0eae52e commit b85afde
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false

-e file:.
blinker==1.7.0
# via flask
click==8.1.7
# via flask
flask==3.0.2
# via flask-pymemcache
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
# via flask
jinja2==3.1.3
# via flask
markupsafe==2.1.5
# via jinja2
# via werkzeug
packaging==23.2
# via pytest
pluggy==1.4.0
# via pytest
pymemcache==4.0.0
# via flask-pymemcache
pytest==8.0.2
werkzeug==3.0.1
# via flask

0 comments on commit b85afde

Please sign in to comment.