1
0
Fork 0
mirror of https://github.com/Findus23/rebound-collisions.git synced 2024-09-19 15:53:48 +02:00
rebound-collisions/pyproject.toml

24 lines
506 B
TOML
Raw Normal View History

2020-03-31 15:39:59 +02:00
[tool.poetry]
name = "reboundtest"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.7"
rebound = "^3.12.1"
matplotlib = "^3.2.1"
pyqt5 = "^5.14.1"
ipywidgets = "^7.5.1"
scipy = "^1.4.1"
2020-12-27 13:43:36 +01:00
graphviz = "^0.16"
py-spy = "^0.3.3"
2021-01-21 13:39:53 +01:00
mypy = "^0.790"
rebound-stubs = {git = "https://github.com/Findus23/rebound-stubs.git", rev = "main"}
2020-03-31 15:39:59 +02:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"