-
Notifications
You must be signed in to change notification settings - Fork 1
/
base.txt
113 lines (80 loc) · 2.06 KB
/
base.txt
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Wheel
wheel>=0.40.0, <0.41
# Setuptools
setuptools>=67.6.0, <67.7
# Packaging
packaging>=23.0, <24.0
# Django
django>=3.2.24, <3.3
# Configuration
django-environ>=0.10.0, <0.11
# Forms
django-crispy-forms>=2.0, <2.1
crispy-bootstrap4==2022.1
# Models
django-model-utils>=4.3.1, <4.4
# Password storage
argon2-cffi>=21.3.0, <21.4
# Python-PostgreSQL Database Adapter
psycopg2-binary>=2.9.5, <2.10
# Unicode slugification
awesome-slugify>=1.6.5, <1.7
# Time zones support
pytz>=2022.7.1
# SVG icon support
django-iconify==0.1.1 # NOTE: v0.3 crashes, see issue
# Online documentation via django-docs
docutils==0.18.1 # NOTE: sphinx-rtd-theme 1.2 requires <0.19
Sphinx==6.2.1 # NOTE: sphinx-rtd-theme v1.2.2 forces <7
django-docs==0.3.3
sphinx-rtd-theme==1.2.2
# Versioning
versioneer==0.28
######################
# Project app imports
######################
# Django-plugins (with Django v3.0+ support)
django-plugins-bihealth==0.4.0
# Rules for permissions
rules>=3.3, <3.4
# REST framework
djangorestframework>=3.14.0, <3.15
# Keyed list addon for DRF
drf-keyed-list-bihealth==0.1.1
# Token authentication
django-rest-knox>=4.2.0, <4.3
# Markdown field support
markdown==3.4.1
django-markupfield>=2.0.1, <2.1
django-pagedown>=2.2.1, <2.3
mistune>=2.0.5, <2.1
# Database file storage for filesfolders
django-db-file-storage==0.5.5
# Celery dependency
redis>=4.4.4
# Backround Jobs requirements
celery>=5.2.7, <5.3
# Django autocomplete light (DAL)
# NOTE: 3.9.5 causes crash with Whitenoise (see issue #1224)
django-autocomplete-light==3.9.4
# SAML2 support for SSO
django-saml2-auth-ai>=2.1.6, <2.2
# SODAR Core
django-sodar-core==0.13.4
# Docker
docker>=6.1.0, <7.0
# Django reverse proxy
# django-revproxy==0.10.0
-e git+https://github.com/TracyWebTech/django-revproxy.git@9517fc26120e93e1a947f55b9dc571e68178efc0#egg=django-revproxy
# State machine
python-statemachine==0.8.0
# Django Channels
channels==2.3.1
channels_redis==2.4.2
service_identity==18.1.0
# Websockets
websockets==10.1
# Django redis
django-redis==5.2.0
# Requests fails with 2.32.0
requests==2.31.0