-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenvironment.yml
More file actions
33 lines (33 loc) · 855 Bytes
/
environment.yml
File metadata and controls
33 lines (33 loc) · 855 Bytes
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
name: siarnaq
channels:
- conda-forge
dependencies:
- ca-certificates
- gunicorn>=20.1.0
- openssl
- pillow>=9.0
- pip>=24.0
- psycopg2=2.9.3
- python=3.12
- setuptools>=65.0
- pip:
- django>=4.2,<5.0
- django-anymail>=8.6
- django-configurations>=2.4
- django-cors-headers>=3.13.0
- 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>=3.14.0
- djangorestframework-simplejwt>=5.2.2
- drf-spectacular>=0.24.2
- google-auth>=2.13.0
- google-cloud-pubsub>=2.13.10
- google-cloud-scheduler>=2.7.3
- google-cloud-secret-manager>=2.12.6
- google-cloud-storage>=2.5.0
- google-cloud-tasks>=2.12.0
- requests>=2.28.1