Skip to content

Update bcrypt requirement from >=3.2.0 to >=5.0.0 #7

Update bcrypt requirement from >=3.2.0 to >=5.0.0

Update bcrypt requirement from >=3.2.0 to >=5.0.0 #7

Workflow file for this run

name: Test simple-bcrypt
on: [push,workflow_dispatch]
jobs:
test-bcrypt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install bcrypt
- run: python test.py
- run: echo Done