Skip to content

Commit

Permalink
add dev-requirement.in and re-run pip compile
Browse files Browse the repository at this point in the history
Signed-off-by: HH <[email protected]>
  • Loading branch information
hhcs9527 committed Aug 31, 2023
1 parent 6d867fa commit 8ecffcb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/flytekit-snowflake/dev-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest-asyncio
20 changes: 20 additions & 0 deletions plugins/flytekit-snowflake/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile dev-requirements.in
#
exceptiongroup==1.1.3
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.0
# via pytest-asyncio
pytest-asyncio==0.21.1
# via -r dev-requirements.in
tomli==2.0.1
# via pytest

0 comments on commit 8ecffcb

Please sign in to comment.