-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
66 lines (63 loc) · 1.65 KB
/
pyproject.toml
File metadata and controls
66 lines (63 loc) · 1.65 KB
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
62
63
64
65
66
[tool.poetry]
name = "lawner"
version = "0.1.0"
description = ""
authors = ["Yuri Baburov <burchik@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6.1"
apache-libcloud = "==2.4.0"
applicationinsights = "==0.11.7"
colour = "==0.1.5"
chardet = "==3.0.4"
coverage = "==4.5.3"
dj-database-url = "==0.5.0"
django-cloud-browser = "==0.5.0"
django-webpack-loader = "==0.6.0"
django-widget-tweaks = "==1.4.2"
Django = "==2.1.11"
django-cors-headers = "==3.1.1"
django-filter = "==2.0.0"
django-heroku = "==0.3.1"
django-polymorphic = "==2.0.3"
django-pyodbc-azure = "==2.1.0.0"
django-rest-polymorphic = "==0.1.8"
djangorestframework = "==3.10"
djangorestframework-csv = "==2.1.0"
djangorestframework-filters = "==0.10.2"
environs = "==4.1.0"
djangorestframework-xml = "==1.4.0"
Faker = "==0.9.1"
flake8 = "==3.6.0"
furl = "==2.0.0"
gunicorn = "==19.9.0"
lockfile = "==0.12.2"
model-mommy = "==1.6.0"
mysqlclient = "==1.4.2.post1"
psycopg2-binary = "==2.7.7"
pyexcel = "==0.5.14"
pyexcel-xlsx = "==0.5.7"
python-dateutil = "==2.7.3"
pytz = "==2018.4"
requests = "==2.21.0"
six = "==1.11.0"
seqeval = "==0.0.6"
social-auth-app-django = "==3.1.0"
social-auth-core = {version = "==3.0.0", extras = ["azuread"]}
text-unidecode = "==1.2"
unittest-xml-reporting = "==2.5.1"
vcrpy = "==2.0.1"
vcrpy-unittest = "==0.1.7"
whitenoise = {version = "==4.1.2", extras = ["brotli"]}
conllu = "==1.3.2"
django_heroku = "^0.3.1"
spacy = "^2.2.3"
pymorphy2 = {extras = ["fast"], version = "^0.8"}
pandas = "^1.0.1"
corus = "^0.5.0"
gensim = "^3.8.1"
compress_fasttext = "^0.0.3"
tqdm = "^4.43.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"