-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
118 lines (106 loc) · 3.31 KB
/
requirements.txt
File metadata and controls
118 lines (106 loc) · 3.31 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
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
114
115
116
117
118
annotated-types==0.6.0
asgiref==3.8.1
certifi==2024.2.2
charset-normalizer==3.3.2
Deprecated==1.2.14
Django==5.0.4
django-choices-field==2.3.0
django-cors-headers==4.3.1
django-environ==0.9.0
django-elasticsearch-dsl==8.0
django-elasticsearch-dsl-drf==0.22.5
django-nine==0.2.7
djangorestframework==3.14.0
dvc==3.59.1
elastic-transport==8.13.0
elasticsearch==8.13.0
elasticsearch-dsl==8.12.0
googleapis-common-protos==1.65.0
graphql-core==3.2.3
gunicorn==23.0.0
grpcio==1.62.1
idna==3.6
importlib-metadata==6.11.0
numpy==1.26.4
opentelemetry-api==1.23.0
opentelemetry-exporter-otlp==1.23.0
opentelemetry-exporter-otlp-proto-common==1.23.0
opentelemetry-exporter-otlp-proto-grpc==1.23.0
opentelemetry-exporter-otlp-proto-http==1.23.0
opentelemetry-instrumentation==0.44b0
opentelemetry-instrumentation-django==0.44b0
opentelemetry-instrumentation-wsgi==0.44b0
opentelemetry-instrumentation-redis==0.44b0
opentelemetry-instrumentation-elasticsearch==0.44b0
opentelemetry-instrumentation-requests==0.44b0
opentelemetry-instrumentation-sqlalchemy==0.44b0
opentelemetry-proto==1.23.0
opentelemetry-sdk==1.23.0
opentelemetry-semantic-conventions==0.44b0
opentelemetry-util-http==0.44b0
packaging==24.0
pandas==2.2.2
openpyxl==3.1.2 # For Excel file support
odfpy==1.4.1 # For ODS file support
pyarrow==15.0.0 # For Parquet and Feather file support
xlrd==2.0.1 # For Excel file support
pillow==10.4.0
protobuf==4.25.3
pydantic==2.6.1 # Slightly downgraded for compatibility
pydantic_core==2.16.2 # Matched with pydantic
pyecharts==2.0.3
pyecharts-snapshot @ git+https://github.com/Deepthi-Chand/pyecharts-snapshot.git@8d6cadd055db6c919a1447064185d00d1b30ce01
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-magic==0.4.27
pytz==2024.1
requests==2.31.0
sqlalchemy==2.0.39
six==1.16.0
sqlparse==0.4.4
strawberry-graphql==0.225.1
strawberry-graphql-django==0.37.1
typing-extensions==4.9.0 # Fixed version that satisfies most dependencies
tzdata==2024.1
urllib3==2.5.0
uvicorn==0.27.1 # Downgraded for better compatibility
wrapt==1.16.0
zipp==3.18.1
snapshot-selenium==0.0.2
selenium==4.16.0 # Downgraded for compatibility
# Security and Environment Management
python-decouple==3.8
django-debug-toolbar==4.2.0 # Downgraded for better Django compatibility
django-ratelimit==4.1.0
# Caching and Performance
django-redis==5.4.0 # Added for Redis caching
redis==5.0.1 # Added Redis client
django-cacheops==7.0.2
# Code Quality and Type Checking
mypy==1.7.1 # Downgraded for compatibility
black==24.2.0
isort==5.13.2
pre-commit==3.6.2
flake8==7.0.0
pandas-stubs==2.2.0.240218 # Matched with pandas version
# Data Comparison and Versioning
deepdiff==6.7.1 # For intelligent version detection
# Logging
structlog==24.1.0 # Downgraded for better compatibility
# Development and Debugging
ipython==8.22.1
# API Documentation
drf-yasg==1.21.7
drf-yasg[validation]==1.21.7
djangorestframework-simplejwt==5.3.1 # Downgraded for better DRF compatibility
# Keycloak Integration
python-keycloak==5.5.1
django-keycloak-auth==1.0.0
# API Versioning and Throttling
django-filter==23.5 # Downgraded for better Django compatibility
django-stubs==4.2.7 # Downgraded for better compatibility
djangorestframework-stubs==3.14.5 # Matched with DRF version
#whitenoise for managing static files
whitenoise==6.9.0
# Activity stream for tracking user actions
django-activity-stream==2.0.0