-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update releasing instructions * Replace setup.py/setup.cfg by pyproject.toml * Use requirements.in to generate requirements.txt * Install twine to test the package description * setuptools-scm includes all versioned files by default * Pass version to Docker build using build argument * Read all pip-compile args from toml file * Remove kinto-redis (removed in #3360) * Fix phrasing in docs/community.rst Co-authored-by: grahamalama <gbeckley@mozilla.com> --------- Co-authored-by: grahamalama <gbeckley@mozilla.com>
- Loading branch information
1 parent
908c774
commit 0028db3
Showing
12 changed files
with
426 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# main dependencies | ||
bcrypt | ||
colander | ||
cornice | ||
cornice_swagger | ||
dockerflow | ||
jsonschema | ||
jsonpatch | ||
logging-color-formatter | ||
python-dateutil | ||
pyramid | ||
pyramid_mailer | ||
pyramid_multiauth | ||
transaction | ||
pyramid_tm | ||
requests | ||
waitress | ||
python-rapidjson | ||
# optional dependencies | ||
# memcached | ||
python-memcached | ||
# postgresql | ||
SQLAlchemy < 3 | ||
psycopg2 | ||
zope.sqlalchemy | ||
# monitoring | ||
newrelic | ||
sentry-sdk[sqlalchemy] | ||
statsd | ||
werkzeug | ||
# test | ||
bravado_core | ||
pytest | ||
pytest-cache | ||
pytest-cov | ||
selenium | ||
webtest | ||
# dev | ||
build | ||
ruff |
Oops, something went wrong.