Mercurial > code > home > repos > mineflayer
comparison pyproject.toml @ 0:f570713a7d31 default tip
start termbanator
author | drewp@bigasterisk.com |
---|---|
date | Sun, 25 Jun 2023 20:01:38 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f570713a7d31 |
---|---|
1 [project] | |
2 name = "" | |
3 version = "" | |
4 description = "" | |
5 authors = [ | |
6 {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, | |
7 ] | |
8 dependencies = [ | |
9 "javascript>=1!1.0.1", | |
10 "ipdb>=0.13.13", | |
11 ] | |
12 requires-python = ">=3.10" | |
13 license = {text = "MIT"} |