Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-siwe-auth / pyproject.toml
Size: Mime:
[tool.poetry]
name = "django-siwe-auth"
version = "0.3.2+sf4"
description = "Custom Django authentication backend using Sign-In with Ethereum (EIP-4361) with a custom wallet user model."
license = "MIT"
authors = ["Payton Garland <payton.r.g@gmail.com>"]
packages = [
    { include = "siwe_auth" }
]
exclude = ["siwe_auth/frontend"]
readme = "README.md"
repository = "https://github.com/payton/django-siwe-auth"
keywords = ["SIWE", "EIP-4361", "Sign-In with Ethereum", "Django", "Web3", "Authentication", "Authorization"]

[tool.poetry.dependencies]
python = "^3.8"
web3 = "^5.26.0"
siwe = "^1.0.0"
Django = "^4.0.1"
pytz = "^2021.3"
django-ratelimit = "^3.0.1"
django-cors-headers = "^3.13.0"
Pillow = "^9.3.0"

[tool.poetry.dev-dependencies]
black = "^21.12b0"
pytest = "^6.2.5"
flake8 = "^4.0.1"
eth-account = "^0.5.6"
pyhumps = "^3.5.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"