* feat(DB): rearranged queries feat(DB): ready for v1.15.0 * refactor(chalice): upgraded dependencies refactor(crons): upgraded dependencies refactor(alerts): upgraded dependencies * fix(chalice): return error when updating inexistant webhook * feat(chalice): fixed delete webhook response * feat(chalice): limit webhooks name length * feat(chalice): upgraded dependencies feat(alerts): upgraded dependencies feat(crons): upgraded dependencies * fix(chalice): remove urllib3 dependency * feat(chalice): remove FOSS to pydantic v2 * fix(chalice): freeze urllib3 to not have conflicts between boto3 and requests * feat(chalice): refactoring schema in progress * feat(chalice): refactoring schema in progress * feat(chalice): refactoring schema in progress * feat(chalice): refactoring schema in progress feat(chalice): upgraded dependencies * feat(chalice): refactored schema * fix(chalice): pull rebase dev * feat(DB): transfer size support * feat(chalice): support service account * feat(chalice): support service account * fix(chalice): fixed refactored PayloadSchema-name * feat(chalice): path analysis * feat(chalice): support service account 1/2 * feat(DB): timezone support * feat(chalice): upgraded dependencies feat(alerts): upgraded dependencies feat(crons): upgraded dependencies feat(assist): upgraded dependencies feat(sourcemaps): upgraded dependencies * feat(chalice): path analysis schema changes * feat(chalice): path analysis query change * feat(chalice): path analysis query change * feat(chalice): ios replay support * feat(chalice): ios replay support * feat(chalice): path analysis changes * feat(chalice): upgraded dependencies * feat(chalice): simple hide minor paths * feat(chalice): path analysis density * feat(chalice): session's replay ios events * feat(chalice): fixed typo * feat(chalice): support project's platform * feat(DB): support project's platform * feat(chalice): path analysis EE in progress * feat(chalice): project's platform API * feat(chalice): fixed create project * feat(chalice): EE path analysis in progress * feat(chalice): EE path analysis refactor(chalice): support specific database name for clickhouse-client * feat(chalice): upgraded dependencies feat(chalice): path analysis specific event type for startPoint feat(chalice): path analysis specific event type for endPoint feat(chalice): path analysis specific event type for exclude * refactoring(chalice): changed IOS click event type
28 lines
674 B
Text
28 lines
674 B
Text
# Keep this version to not have conflicts between requests and boto3
|
|
urllib3==1.26.16
|
|
requests==2.31.0
|
|
boto3==1.28.40
|
|
pyjwt==2.8.0
|
|
psycopg2-binary==2.9.7
|
|
elasticsearch==8.9.0
|
|
jira==3.5.2
|
|
|
|
|
|
|
|
fastapi==0.103.1
|
|
uvicorn[standard]==0.23.2
|
|
gunicorn==21.2.0
|
|
python-decouple==3.8
|
|
pydantic[email]==2.3.0
|
|
apscheduler==3.10.4
|
|
|
|
clickhouse-driver[lz4]==0.2.6
|
|
# TODO: enable after xmlsec fix https://github.com/xmlsec/python-xmlsec/issues/252
|
|
#--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml
|
|
#python3-saml==1.15.0 --no-binary=lxml
|
|
python3-saml==1.15.0
|
|
python-multipart==0.0.6
|
|
|
|
redis==5.0.0
|
|
#confluent-kafka==2.1.0
|
|
azure-storage-blob==12.17.0
|