-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment-dev.yml
45 lines (45 loc) · 1.04 KB
/
environment-dev.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
name: galaxy
channels:
- conda-forge
dependencies:
- black=22.10.0
- ca-certificates=2022.9.24
- click<8.1.0
- coverage=6.5.0
- django=4.1.2
- django-cors-headers=3.13.0
- django-stubs<1.12.0
- djangorestframework=3.14.0
- drf-spectacular=0.24.2
- flake8=5.0.4
- go=1.18.5
- google-auth=2.13.0
- google-cloud-pubsub=2.13.10
- google-cloud-secret-manager=2.12.6
- google-cloud-storage=2.5.0
- isort=5.10.1
- mypy=0.942
- nodejs=18.11.0
- openjdk=11
- openssl=3.0.5
- pillow=9.0.1
- pip=22.3
- pre_commit=2.20.0
- psycopg2=2.9.3
- python=3.10
- pyupgrade=3.1.0
- terraform=1.3.4
- pip:
- django-anymail==8.6
- django-configurations==2.4
- django-countries==7.4.2
- django-import-export==3.0.2
- django-sortedm2m==3.1.1
- django-storages[google]==1.13.1
- django-structlog==4.0.1
- django_rest_passwordreset==1.3.0
- djangorestframework-simplejwt==5.2.2
- google-cloud-scheduler==2.7.3
- google-cloud-tasks==2.12.0
- requests==2.28.1
- types-requests==2.28.11.7