forked from tammoippen/plotille
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
61 lines (51 loc) · 1.77 KB
/
pyproject.toml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[tool.poetry]
name = "plotille"
version = "3.7.2"
description = "Plot in the terminal using braille dots."
authors = ["Tammo Ippen <tammo.ippen@posteo.de>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tammoippen/plotille"
homepage = "https://github.com/tammoippen/plotille"
keywords = ['plot', 'scatter', 'histogram', 'terminal', 'braille', 'unicode', 'timeseries']
classifiers = [
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Intended Audience :: Science/Research',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Scientific/Engineering :: Visualization',
'Topic :: Terminals'
]
[tool.poetry.dependencies]
python = "~2.7 || ^3.6"
six = "^1.12"
[tool.poetry.dev-dependencies]
flake8 = "^3.9.1"
flake8-bugbear = { version = "^21", python = "^3.6" }
flake8-commas = "^2.0.0"
flake8-comprehensions = "^1"
flake8-import-order = "^0.18"
flake8-pep3101 = "^1.3.0"
flake8-polyfill = "^1.0.2"
flake8-quotes = "^3.2.0"
funcsigs = { version = "^1.0", python = "~2.7" }
mock = "^3"
more_itertools = { version = "5.0.0", python = "~2.7" } # last release for 2.7
pendulum = "^2.1"
pep8-naming = "^0.11"
pytest = "^4"
pytest-cov = "^2.11.1"
pytest-mccabe = "^1"
pytest-mock = "^2"
pytest-pythonpath = "^0.7.3"
numpy = "1.16.6" # release for 2.7