generated from app-generator/app-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
73 lines (62 loc) · 1.22 KB
/
requirements.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
# Core
django==4.2.8
python-dotenv==1.0.0
str2bool==1.1
# Deployment
whitenoise==6.5.0
gunicorn==21.2.0
django-debug-toolbar==4.2.0
django-allauth==0.58.1
pillow==10.3.0
django-webpack-loader==3.1.0
django-autoslug==1.9.9
django-quill-editor==0.1.40
djangorestframework==3.15.1
django-filter==24.2
django-cors-headers==4.3.1
celery==5.3.4
redis==5.0.1
django-celery-results==2.5.1
# Tools (generator, deployer, GH)
black==24.4.2
gitpython==3.1.43
wget==3.2
requests==2.32.3
PyGithub==1.55
pandas==2.2.2
beautifulsoup4==4.12.3
lxml==5.2.2
tabulate==0.9.0
inquirer==3.4.0
colorama==0.4.6
django-ratelimit==4.1.0
# DOCS
Markdown==3.6
drf-yasg==1.21.7
# DOCS Sphinx = https://www.515tech.com/post/integrating-sphinx-documentation-into-your-django-project
sphinx==7.3.7
django-docs==0.3.3
sphinx-rtd-theme==2.0.0
recommonmark==0.7.1
sphinxcontrib-youtube
sphinxext-opengraph
# DB Connection
psycopg2-binary==2.9.9
mysqlclient==2.1.1
mysql-connector-python
# DB Inspect
PyMySQL==1.0.2
peewee==3.14.8
#psycopg==3.0.8
# DOCS
sphinx-book-theme==1.1.3
sphinx-copybutton==0.5.2
sphinxcontrib-googleanalytics==0.4
markdown2==2.4.13
html2text==2024.2.26
sphinx-sitemap==2.6.0
matplotlib==3.9.2
# Development
django-sslserver==0.22
# AI
anthropic==0.39.0