-
Notifications
You must be signed in to change notification settings - Fork 308
/
pyproject.toml
39 lines (36 loc) · 915 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
38
39
[tool.poetry]
name = "agile_data_science"
version = "0.1.0"
description = "Code for Agile Data Science 2.0"
authors = ["Russell Jurney <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.7,<3.10"
python-dateutil = "^2.8.2"
Jinja2 = "^3.1.3"
requests = "^2.26.0"
Flask = "^2.0.2"
elasticsearch7 = ">=7.14.0 <7.15.0"
beautifulsoup4 = "^4.10.0"
frozendict = "^2.0.7"
geopy = "^2.2.0"
ipython = "^7.28.0"
confluent-kafka = {extras = ["avro", "json", "protobuf"], version = "^1.7.0"}
matplotlib = "^3.4.3"
seaborn = "^0.11.2"
pymongo = "^3.12.1"
scipy = "^1.7.1"
numpy = "^1.21.3"
selenium = "^4.0.0"
tabulate = "^0.8.9"
tldextract = "^3.1.2"
wikipedia = "^1.4.0"
iso8601 = "^0.1.16"
notebook = "^6.4.5"
WTForms = "^2.3.3"
scikit-learn = "^1.0"
avro = ">= 1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"