forked from mamba-org/quetz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
56 lines (56 loc) · 882 Bytes
/
environment.yml
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
name: quetz
channels:
- https://repo.mamba.pm/conda-forge
dependencies:
- python>=3.7
- pip
- fastapi
- typer >=0.9,<1.0
- authlib=0.15.5
- psycopg2
- httpx>=0.22.0
- sqlalchemy
- sqlalchemy-utils
- sqlite
- python-multipart
- uvicorn
- zstandard
- conda-build
- appdirs
- toml
- fsspec
- requests
- h2
- pluggy
- jinja2
- itsdangerous
- alembic
- zchunk
- s3fs
- gcsfs >=2022.03
- sphinx
- sphinx-book-theme>=0.3
- tenacity
- xattr
- aiofiles
- aioshutil
- pyyaml
- ujson
- prometheus_client
- pamela
- typing_extensions
- adlfs
- importlib_metadata
- pre-commit
- pytest 7.*
- pytest-mock
- rq
- libcflib
- mamba
- conda-content-trust
- pyinstrument
- pytest-asyncio
- pytest-timeout
- pydantic >=2
- pip:
- git+https://github.com/jupyter-server/jupyter_releaser.git@v2