diff options
| author | 2024-03-11 22:56:59 +0800 | |
|---|---|---|
| committer | 2024-03-11 22:56:59 +0800 | |
| commit | 8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44 (patch) | |
| tree | 8f343ef3bb8a032baa7ec16136938441c134b98d /examples/pyproject.toml | |
| parent | 7f3d06c0b93707cfe40b458120f87e9fd891247d (diff) | |
| download | ipm-8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44.tar.gz ipm-8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44.zip | |
fix(deps): add windows-curses dependence
Diffstat (limited to 'examples/pyproject.toml')
| -rw-r--r-- | examples/pyproject.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/pyproject.toml b/examples/pyproject.toml deleted file mode 100644 index bad9f17..0000000 --- a/examples/pyproject.toml +++ /dev/null @@ -1,20 +0,0 @@ -[project] -name = "examples" -version = "0.1.0" -description = "EXAMPLES 规则包" -authors = [ - {name = "admin",email = "admin@example.com"}, -] -license = {text = "MIT"} -dependencies = [ - "infini", - "ipdm==0.2.0-alpha.6", -] -requires-python = ">=3.8" -readme = "README.md" - -[tool.pdm] -distribution = true - -[tool.pdm.dev-dependencies] -dev = ["pytest"] |
