Skip to content

Commit 3cde808

Browse files
committed
add prompts
1 parent 4919dac commit 3cde808

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

poetry.lock

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tree-sitter-c = "^0.21.4"
1515
tree-sitter-python = "^0.21.0"
1616
flask = "^3.0.3"
1717
python-dotenv = "^1.0.1"
18+
prompts = "^0.0.1"
1819

1920
[tool.poetry.group.test.dependencies]
2021
pytest = "^8.2.0"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ parso==0.8.4 ; python_version >= "3.9" and python_version < "4.0"
4444
pexpect==4.9.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32"
4545
platformdirs==4.3.6 ; python_version >= "3.9" and python_version < "4.0"
4646
prompt-toolkit==3.0.48 ; python_version >= "3.9" and python_version < "4.0"
47+
prompts==0.0.1 ; python_version >= "3.9" and python_version < "4.0"
4748
psutil==6.1.0 ; python_version >= "3.9" and python_version < "4.0"
4849
ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32"
4950
pure-eval==0.2.3 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)