Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions requirements-base.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ aiocache
aiofiles
aiohttp
alembic
blockkit
atlassian-python-api==3.32.0
bcrypt
blockkit
cachetools
chardet
click
Expand All @@ -17,11 +18,12 @@ h11
httpx
jinja2
jira==2.0.0
atlassian-python-api==3.32.0
joblib
jsonpath_ng
markdown
numpy
oauth2client
openai
pandas
pdpyras
protobuf
Expand All @@ -38,8 +40,8 @@ schemathesis
sentry-asgi
sentry-sdk
sh
slack_sdk
slack-bolt
slack_sdk
spacy
sqlalchemy-filters
sqlalchemy-utils
Expand All @@ -50,4 +52,3 @@ tenacity
uvicorn
uvloop
validators==0.18.2
markdown
33 changes: 20 additions & 13 deletions requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ aiocache==0.12.0
aiofiles==23.1.0
# via -r requirements-base.in
aiohttp==3.8.4
# via -r requirements-base.in
# via
# -r requirements-base.in
# openai
aiosignal==1.3.1
# via aiohttp
alembic==1.10.2
Expand Down Expand Up @@ -74,7 +76,7 @@ colorama==0.4.6
# via schemathesis
confection==0.0.4
# via thinc
cryptography==39.0.2
cryptography==40.0.0
# via oauthlib
cssselect==1.2.0
# via premailer
Expand Down Expand Up @@ -107,7 +109,7 @@ email-validator==1.3.1
# via -r requirements-base.in
emails==0.6
# via -r requirements-base.in
fastapi==0.93.0
fastapi==0.95.0
# via -r requirements-base.in
frozenlist==1.3.3
# via
Expand All @@ -117,7 +119,7 @@ google-api-core==2.11.0
# via google-api-python-client
google-api-python-client==2.82.0
# via -r requirements-base.in
google-auth==2.16.2
google-auth==2.16.3
# via
# google-api-core
# google-api-python-client
Expand All @@ -127,7 +129,7 @@ google-auth-httplib2==0.1.0
# via google-api-python-client
google-auth-oauthlib==1.0.0
# via -r requirements-base.in
googleapis-common-protos==1.58.0
googleapis-common-protos==1.59.0
# via google-api-core
graphql-core==3.2.3
# via hypothesis-graphql
Expand All @@ -138,7 +140,7 @@ h11==0.14.0
# uvicorn
httpcore==0.16.3
# via httpx
httplib2==0.21.0
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
Expand All @@ -147,7 +149,7 @@ httpx==0.23.3
# via
# -r requirements-base.in
# schemathesis
hypothesis==6.68.2
hypothesis==6.70.0
# via
# hypothesis-graphql
# hypothesis-jsonschema
Expand Down Expand Up @@ -222,6 +224,8 @@ oauthlib[signedtoken]==3.2.2
# atlassian-python-api
# jira
# requests-oauthlib
openai==0.27.2
# via -r requirements-base.in
packaging==23.0
# via
# pytest
Expand Down Expand Up @@ -269,7 +273,7 @@ pyasn1-modules==0.2.8
# oauth2client
pycparser==2.21
# via cffi
pydantic==1.10.5
pydantic==1.10.7
# via
# blockkit
# confection
Expand Down Expand Up @@ -317,6 +321,7 @@ requests==2.28.1
# emails
# google-api-core
# jira
# openai
# pdpyras
# premailer
# requests-oauthlib
Expand Down Expand Up @@ -405,7 +410,7 @@ srsly==2.4.6
# confection
# spacy
# thinc
starlette==0.25.0
starlette==0.26.1
# via
# fastapi
# schemathesis
Expand All @@ -420,26 +425,28 @@ tenacity==8.2.2
# via -r requirements-base.in
text-unidecode==1.3
# via python-slugify
thinc==8.1.8
thinc==8.1.9
# via spacy
tomli==2.0.1
# via schemathesis
tomli-w==1.0.0
# via schemathesis
tqdm==4.65.0
# via spacy
# via
# openai
# spacy
typer==0.7.0
# via
# pathy
# spacy
typing-extensions==4.4.0
typing-extensions==4.5.0
# via
# alembic
# pydantic
# schemathesis
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.14
urllib3==1.26.15
# via
# pdpyras
# requests
Expand Down