nutshell/Pipfile

19 lines
233 B
TOML
Raw Normal View History

2023-04-09 00:04:20 -06:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
scipy = "*"
matplotlib = "*"
[dev-packages]
2024-11-11 01:07:18 -07:00
black = "*"
flake8 = "*"
2023-04-09 00:04:20 -06:00
ipykernel = "*"
2024-11-11 01:07:18 -07:00
isort = "*"
2023-04-09 00:04:20 -06:00
[requires]
2024-11-11 01:07:18 -07:00
python_version = "3.11"