Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sqlakeyset #4391

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flask-testing==0.8.1
flask-webtest==0.0.9
imagesize==1.1.0 # via sphinx
mock==4.0.3
packaging==19.2 # via sphinx, tox
packaging==24.1 # via sphinx, tox
page-objects==1.1.0
pluggy==0.13.1 # via tox
# use pre-compiled binary for testing, build from source for prod
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,16 @@ mako==1.1.0 # via alembic
markupsafe==1.1.1 # via jinja2, mako
oauthlib==2.1.0 # pyup: < 3.0.0 # pin until flask-oauthlib, flask-dance, requests-oauthlib upgraded
onetimepass==1.0.1
packaging==24.1
# via sqlakeyset
passlib==1.7.1 # via flask-user
polib==1.1.1
prompt-toolkit==3.0.47
# via click-repl
pycparser==2.20 # via cffi
pycryptodome==3.9.9 # via flask-user
python-dateutil==2.9.0.post0
# via celery
# via celery, sqlakeyset
python-editor==1.0.4 # via alembic
python-levenshtein==0.12.0
python-memcached==1.59 # via flask-dogpile-cache
Expand All @@ -79,9 +81,10 @@ requests==2.25.1 # via flask-recaptcha, requests-cache, requests-oauthl
six==1.14.0
# via bcrypt, packaging, python-dateutil, python-memcached, sphinx, swagger-spec-validator, tox, validators, webtest
sqlalchemy==1.3.11 # via alembic, flask-sqlalchemy
sqlakeyset==2.0.1716332987
swagger-spec-validator==2.7.3
typing-extensions==4.12.2
# via kombu
# via kombu, sqlakeyset
tzdata==2024.1
# via celery
urllib3==1.26.5 # via requests
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ install_requires =
redis
requests-cache
validators
sqlakeyset


[options.extras_require]
dev =
Expand Down