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
35 lines (32 loc) · 766 Bytes
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 766 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
33
34
35
[tool.poetry]
name = "futurecoder"
version = "0.1.0"
description = ""
authors = ["Alex Hall <alex.mojaki@gmail.com>"]
[tool.poetry.dependencies]
python = "3.10.2"
birdseye = {git = "https://github.com/alexmojaki/birdseye.git", branch = "futurecoder"}
snoop = "*"
asttokens = "*"
cheap_repr = "*"
littleutils = "*"
stack_data = "*"
executing = "*"
pure_eval = "*"
python-runner = "*"
markdown = "^3.1.1"
astcheck = "^0.2.5"
pyflakes = "^2.2.0"
BetterErrorMessages = "^0.4"
sentry-sdk = "*"
friendly-traceback = "*"
setuptools = "*"
[tool.poetry.dev-dependencies]
flake8 = {version = "^3.8.3", optional = true}
isort = "^5.1.4"
selenium = "^3.141.0"
pytest = "^6.2.4"
polib = "^1.1.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"