-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
41 lines (38 loc) · 857 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
40
41
[tool.poetry]
name = "mtg-nltk"
version = "0.1.0"
description = ""
authors = ["Pedro Viana <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.2.4"
numpy = "^1.20.2"
python-slugify = "^5.0.2"
tqdm = "^4.60.0"
networkx = "^2.5.1"
SQLAlchemy = "^1.4.13"
prefect = {extras = ["viz"], version = "^0.14.17"}
psycopg2-binary = "^2.8.6"
beautifulsoup4 = "^4.9.3"
spacy = "^2.3"
pygraphviz = "^1.7"
streamlit = "^0.81.1"
deap = "^1.3.1"
pyvis = "^0.1.9"
opencv-python = "^4.5.3"
requests-cache = "^0.8.1"
Scrapy = "^2.5.1"
genson = "^1.2.2"
jsonfinder = "^0.4.2"
[tool.poetry.dev-dependencies]
ipython = "^7.23.1"
ipykernel = "^5.5.4"
autopep8 = "^1.5.7"
plotly = "^5.0.0"
pytest = "^6.2.4"
black = "^21.9b0"
pylint = "^2.11.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"