forked from mamba-org/quetz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
86 lines (81 loc) · 1.28 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
77
78
79
80
81
82
83
84
85
86
[metadata]
name = quetz-server
version = attr: quetz._version.__version__
description = The mamba-org server for conda packages
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
author = QuantStack & Quetz contributors
author_email = [email protected]
url = https://github.com/mamba-org/quetz
platforms = Linux, Mac OS X
keywords = conda, mamba, server
[bdist_wheel]
universal = 1
[options]
include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
alembic
aiofiles
appdirs
authlib<1.0.0
fastapi
fsspec
h2
httpx>=0.22.0
importlib-metadata
itsdangerous
jinja2
pluggy
prometheus_client
python-multipart
pydantic>=2.0.0
pyyaml
requests
sqlalchemy
sqlalchemy-utils
tenacity
toml
typer >=0.9,<1.0
typing_extensions
ujson
uvicorn
zstandard
aioshutil
[options.entry_points]
console_scripts =
quetz = quetz.cli:app
[options.extras_require]
azure =
adlfs
gcs =
gcsfs >=2022.02
pam =
pamela
postgre =
psycopg2
s3 =
s3fs
all =
%(azure)s
%(gcs)s
%(pam)s
%(postgre)s
%(s3)s
client =
quetz-client
dev =
black
flake8
isort
pre-commit
pytest >=7,<8
pytest-asyncio
pytest-mock
pytest-cov
pytest-timeout
tbump
test =
%(dev)s