-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
51 lines (47 loc) · 939 Bytes
/
Pipfile
File metadata and controls
51 lines (47 loc) · 939 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "~=4.2.29"
TextGrid = "*"
django-simple-history = "*"
docopt = "*"
jinja2 = "*"
logme = "*"
pydub = "*"
python-decouple = "*"
sh = "*"
typing-extensions = "*"
pympi-ling = "*"
requests = "*"
uwsgi = "*"
#divvunspell = {git = "https://github.com/divvun/divvunspell-sdk-python.git", ref = "main"}
tqdm = "*"
whitenoise = "*"
mutagen = "*"
hfst-optimized-lookup = "*"
pillow = ">=12.1.1"
scipy = "*"
urllib3 = ">=2.6.3" # Dependabot
filelock = ">=3.20.3" # Dependabot
[dev-packages]
gunicorn = "*"
hypothesis = "*"
isort = "*"
model-bakery = "*"
mypy = "~=1.7"
pytest = "*"
pytest-django = "*"
pytest-mypy = "*"
django-stubs = "*"
django-extensions = "*"
django-debug-toolbar = "*"
black = ">=26.3.1"
types-requests = "*"
types-setuptools = "*"
python-decouple-stubs = "*"
pydub-stubs = "*"
types-tqdm = "*"
[requires]
python_version = "3.12"