-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (44 loc) · 1.05 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
[tool.poetry]
name = "wikiconv-analyze-pages"
version = "0.1.0"
description = ""
authors = ["nicolatoscan <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
arrow = "^1.0.2"
decorator = "^4.4.2"
docopt = "^0.6.2"
fuzzywuzzy = "^0.18.0"
jsonable = "^0.3.1"
Mako = "^1.1.4"
MarkupSafe = "^1.1.1"
matplotlib = "^3.3.4"
mediawiki-utilities = "^0.4.18"
more-itertools = "^8.7.0"
mwcites = "^0.2.0"
mwcli = "^0.0.3"
mwparserfromhell = "^0.6"
mwtypes = "^0.3.2"
mwxml = "^0.3.3"
networkx = "^2.5"
numpy = "^1.20.1"
para = "^0.0.8"
PyMySQL = "^1.0.2"
python-dateutil = "^2.8.1"
python-Levenshtein = "^0.12.2"
regex = "^2020.11.13"
requests = "^2.25.1"
typing = "^3.7.4"
compressed-stream = {git = "https://github.com/CristianCantoro/compressed_stream.git", rev = "master"}
liwc = "^0.5.0"
wordcloud = "^1.8.1"
psycopg2-binary = "^2.8.6"
SQLAlchemy = "^1.4.11"
pymongo = "^3.11.4"
tqdm = "^4.61.1"
joblib = "^1.0.1"
[tool.poetry.dev-dependencies]
autopep8 = "^1.5.7"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"