forked from alexmojaki/futurecoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 763 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (29 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tool.poetry]
name = "futurecoder"
version = "0.1.0"
description = ""
authors = ["Alex Hall <alex.mojaki@gmail.com>"]
[tool.poetry.dependencies]
python = "~3.9"
birdseye = {git = "https://github.com/alexmojaki/birdseye.git", branch = "futurecoder"}
snoop = "@latest"
asttokens = "@latest"
cheap_repr = "@latest"
littleutils = "@latest"
stack_data = "@latest"
executing = "@latest"
pure_eval = "@latest"
markdown = "^3.1.1"
astcheck = "^0.2.5"
pyflakes = "^2.2.0"
BetterErrorMessages = "^0.4"
sentry-sdk = "^1.1.0"
friendly-traceback = "^0.4.52"
[tool.poetry.dev-dependencies]
flake8 = {version = "^3.8.3", optional = true}
isort = "^5.1.4"
selenium = "^3.141.0"
pytest = "^6.2.4"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"