change dependencies range version
1 file changed
tree: a7f8ab37bc1e3b50877e4a3fe56f727b04522bc2
  1. casbin_databases_adapter/
  2. tests/
  3. .gitignore
  4. Makefile
  5. mypy.ini
  6. README.md
  7. requirements-test.txt
  8. requirements.txt
  9. setup.py
README.md

Databases Casbin Adapter

This is an Adapter for PyCasbin that implemented using Databases connection to achieve async process

Commands

  • make install to install all required depedencies writtern in requirements.txt and requirements-test.txt
  • make check to run mypy
  • make test to run unit test that written using pytest