-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenvironment.yml
More file actions
68 lines (66 loc) · 1.68 KB
/
environment.yml
File metadata and controls
68 lines (66 loc) · 1.68 KB
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
name: ieee-makeuoft
channels:
- conda-forge
- defaults
dependencies:
# Core language and C‑library deps
- python>=3.10.19,<3.11
- libpq
- psycopg2 # pre‑built, with libpq
- pip # so we can install the rest via pip
# All remaining packages come from PyPI
- pip:
- appdirs==1.4.3
- asgiref==3.8.1
- attrs==19.3.0
- black==24.1.0
- certifi==2020.4.5.1
- chardet==3.0.4
- click>=8.0.0
- confusable-homoglyphs==3.3.1
- defusedxml==0.7.1
- diff-match-patch==20241021
- dj-rest-auth==1.0.6
- Django==3.2.15
- django-client-side-image-cropping==0.1.9
- django-cors-headers==3.3.0
- django-debug-toolbar==2.2.1
- django-filter==2.4.0
- django-import-export==2.5.0
- django-recaptcha==2.0.6
- django-redis==4.12.1
- django-registration==3.1.2
- djangorestframework==3.14.0
- dotenv==0.9.9
- drf-spectacular[sidecar]==0.27.2
- et_xmlfile==2.0.0
- gunicorn==20.0.4
- idna==2.9
- inflection==0.5.0
- itypes==1.2.0
- Jinja2==2.11.3
- MarkupSafe==1.1.1
- odfpy==1.4.1
- openpyxl==3.1.5
- packaging>=22.0
- pathspec==0.9.0
- Pillow==9.0.1
- pyparsing==2.4.7
- python-dateutil==2.8.2
- python-dotenv==1.1.0
- pytz==2020.1
- PyYAML==5.3
- qrcode==7.3.1
- redis==3.5.3
- regex==2021.4.4
- requests==2.25.1
- ruamel.yaml==0.17.21
- six==1.15.0
- sqlparse==0.3.1
- tablib==3.7.0
- toml==0.10.0
- typing_extensions==4.12.2
- uritemplate==3.0.1
- urllib3==1.26.5
- xlrd==2.0.1
- xlwt==1.3.0