adding from new mac
This commit is contained in:
17
test-env/pyproject.toml
Normal file
17
test-env/pyproject.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[tool.poetry]
|
||||
name = "test-env"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
numpy = "^1.17"
|
||||
pytest = "^5.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
PdbSublimeTextSupport = "^0.2.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
Reference in New Issue
Block a user