forked from DIRACGrid/diracx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
59 lines (59 loc) · 1.07 KB
/
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
57
58
59
name: diracx-dev
channels:
- diracgrid
- conda-forge
- nodefaults
dependencies:
- authlib
- aiohttp
- aiomysql
- aiosqlite
- azure-core
- cachetools
########
# Building the docker image on some system may fail
# as long as this bug is still present
# https://github.com/DaanDeMeyer/reproc/pull/103
# or that this is merged
# https://github.com/conda-forge/reproc-feedstock/pull/10
# If it does, we need to comment out `dirac-grid` here
# and install it via pip
- dirac-grid
- m2crypto >=0.38.0
- python-gfal2
- importlib_resources
#######
- email-validator
- fastapi
- git
- gitpython
- httpx
- isodate
- mypy
- opensearch-py
- pydantic =1.10.13
- pyjwt
- pytest
- pytest-asyncio
- pytest-cov
- pytest-httpx
- python
- python-dotenv
- python-jose
- python-multipart
- pyyaml
- requests
- rich
- sqlalchemy
- typer
- types-cachetools
- types-PyYAML
- types-requests
- uvicorn
- moto
- aiobotocore
- botocore
- pip
- pip:
- types-aiobotocore[essential]
- boto3-stubs[essential]