-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
76 lines (71 loc) · 1.37 KB
/
setup.cfg
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
67
68
69
70
71
72
73
74
75
76
[metadata]
name = tira_app
[options]
python_requires = >=3.9
include_package_data = True
package_dir =
= src
packages = find_namespace:
install_requires =
grpcio>=1.53.2
protobuf<4.0dev
Django==5.0.9
setuptools
pyyaml
requests
randomname
tqdm
werkzeug
mysqlclient
python-gitlab==4.10.0
GitPython
python-slugify
ir-datasets
diffir@git+https://github.com/mam10eks/diffir
pandas
markdown
PyGithub==1.59.1
django-extensions
discourse-client-in-disraptor==0.0.10
tira>=0.0.143
auto-ir-metadata @ git+https://github.com/webis-de/auto-ir-metadata@dev
huggingface-hub
djangorestframework==3.15.1
django-filter==24.2
djangorestframework-jsonapi==7.0.0
pyaml-env==1.2.1
[options.extras_require]
test =
mockito
parameterized
approvaltests==7.3.0
pytest-django
pytest-env==1.1.3
dev =
coverage
coverage-badge
black
flake8
isort
mypy
deploy =
uwsgi
postgreqsql =
psycopg2-binary
[options.packages.find]
where = src
include =
tira_app
tira_app.*
django_admin
[options.package_data]
tira_app.res = *.yml
tira_app.templates.tira = *
tira_app.templates.tira.git_repo_template = *
tira_app.endpoints = aha
[flake8]
max-line-length = 120
extend-ignore = E203
include = src,test
exclude = src/tira/migrations,src/tira/proto
max-complexity = 10