diff options
| author | 2024-03-11 22:56:59 +0800 | |
|---|---|---|
| committer | 2024-03-11 22:56:59 +0800 | |
| commit | 8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44 (patch) | |
| tree | 8f343ef3bb8a032baa7ec16136938441c134b98d /pyproject.toml | |
| parent | 7f3d06c0b93707cfe40b458120f87e9fd891247d (diff) | |
| download | ipm-8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44.tar.gz ipm-8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44.zip | |
fix(deps): add windows-curses dependence
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index eb85ba0..ddaeb30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ "infini>=2.1.1", "tomlkit>=0.12.4", "virtualenv>=20.25.1", + "windows-curses>=2.3.2", ] requires-python = ">=3.8" readme = "README.md" |
