Skip to content

Commit 4204cc8

Browse files
committed
Adjusted the requirements list.
Signed-off-by: Sadam·Sadik <[email protected]>
1 parent c7eb753 commit 4204cc8

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

requirements.txt

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
1-
djangorestframework>=3.14.0
1+
# Proj
22
Pygments>=2.11.2
33
psycopg2-binary>=2.9.9
4-
requests>=2.28.1
5-
docutils>=0.19
6-
concurrent-log-handler>=0.9.20
7-
django-log-request-id>=2.0.0
8-
django-sortedm2m>=3.1.1
4+
python-dotenv>=1.0.1
5+
6+
# CeleryStack
97
django-crontab>=0.7.1
108
DjangoAsyncAdmin>=6.11.2
11-
django-cors-headers>=4.3.1
12-
django-minio-storage>=0.5.7
139
django-celery-beat>=2.6.0
1410
django-celery-results>=2.5.1
1511
redis>=5.0.1
16-
python-dotenv>=1.0.1
1712
flower>=2.0.1
1813
sqlalchemy>=2.0.28
19-
graphviz>=0.20.1
14+
graphviz>=0.20.1
15+
16+
17+
# Dispensable
18+
requests>=2.28.1
19+
docutils>=0.19
20+
django-cors-headers>=4.3.1
21+
djangorestframework>=3.14.0
22+
django-minio-storage>=0.5.7
23+
24+
# ?
25+
concurrent-log-handler>=0.9.20
26+
django-log-request-id>=2.0.0
27+
django-sortedm2m>=3.1.1

0 commit comments

Comments
 (0)