-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
42 lines (38 loc) · 976 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
42
[tool.poetry]
name = "gunaha"
version = "0.1.0.alpha0"
description = "Tsuut'ina dictionary"
authors = ["Eddie Antonio Santos <easantos@ualberta.ca>"]
[tool.poetry.dependencies]
python = "^3.8"
django = ">=2.2,<3"
typing-extensions = "^3.7.4"
attrs = "^19.3.0"
django-js-reverse = "^0.9.1"
sortedcontainers = {url = "https://eddieantonio.keybase.pub/sortedcontainers-2.1.0.tar.gz"}
environs = "^8.0.0"
django-haystack = "^2.8.1"
whoosh = "^2.7.4"
requests = "^2.24.0"
pydub = "^0.24.1"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
pytest = ">=6.0"
pytest-django = "^3.9.0"
pytest-cov = "^2.9.0"
pytest-datadir = "^1.3.1"
pytest-mypy = "^0.6.2"
codecov = "^2.1.3"
gitdir = "^1.2.2"
tqdm = "^4.46.0"
python-levenshtein = "^0.12.0"
django-debug-toolbar = "^2.2"
django-stubs = "^1.5.0"
mypy = "^0.790"
pytest-xdist = "^2.0.0"
django-extensions = "^3.1.0"
[tool.black]
exclude = "migrations"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"