-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
37 lines (34 loc) · 940 Bytes
/
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
[tool.poetry]
name = "pureskillgg-datascience-showcase"
version = "0.0.3"
description = "Showcase of public PureSkill.gg data set applications."
authors = ["PureSkill.gg <contact@pureskill.gg>"]
license = "MIT"
readme = "README.rst"
homepage = "https://github.com/pureskillgg/datascience-showcase"
repository = "https://github.com/pureskillgg/datascience-showcase"
include = ['poetry.lock']
[tool.poetry.dependencies]
python = "^3.9"
numpy = "^1.22.3"
pandas = "^1.4.1"
python-dotenv = "^0.20.0"
pureskillgg-dsdk = "^1.0.2b2"
pureskillgg-csgo-dsdk = "^1.0.0b2"
requests = "^2.27.1"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
bump2version = "^1.0.0"
pylint = "^2.4.0"
pytest = "^7.1.1"
pytest-cov = "^3.0.0"
pytest-runner = "^6.0.0"
pytest-watch = "^4.2.0"
twine = "^4.0.0"
wheel = "^0.34.0"
matplotlib = "^3.5.1"
jupyter = "^1.0.0"
seaborn = "^0.11.2"
[build-system]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"