Skip to content

Commit

Permalink
add explicit bcrypt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Aug 10, 2024
1 parent 36bdd5c commit 0c69384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ please report any [issues](https://github.com/zx80/flask-tester/issues).

Check whether data and json should be exclusive.

## ? on ?
## 4.3 on ?

Improve comments.
Activate _Python 3.13_ and _Pypy 3.10_ in GitHub CI.
Restrict CI to _main_ branch.
Add explicit `bcrypt` dependency for tests.

## 4.2 on 2024-07-28

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "FlaskTester"
version = "4.2"
version = "4.3"
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
description = "Pytest fixtures for Flask internal and external authenticated tests"
readme = "README.md"
license = { text = "CC0" }
requires-python = ">=3.10"
dependencies = [
"requests",
"flask",
"pytest"
]
classifiers = [
Expand All @@ -39,7 +38,7 @@ dev = [
# packaging
"build", "twine", "wheel",
# tests
"types-flask", "types-requests", "FlaskSimpleAuth>=30.0", "passlib", "pydantic"
"types-flask", "types-requests", "FlaskSimpleAuth>=30.0", "passlib", "bcrypt", "pydantic"
]
# documentation generation
doc = ["sphinx", "sphinx_rtd_theme", "sphinx-autoapi", "sphinx-lint", "myst_parser"]
Expand Down

0 comments on commit 0c69384

Please sign in to comment.