Initial commit
This commit is contained in:
15
skills/better-auth/scripts/requirements.txt
Normal file
15
skills/better-auth/scripts/requirements.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# Better Auth Skill Dependencies
|
||||
# Python 3.10+ required
|
||||
|
||||
# No Python package dependencies - uses only standard library
|
||||
|
||||
# Testing dependencies (dev)
|
||||
pytest>=8.0.0
|
||||
pytest-cov>=4.1.0
|
||||
pytest-mock>=3.12.0
|
||||
|
||||
# Note: This script generates Better Auth configuration
|
||||
# The actual Better Auth library is installed via npm/pnpm/yarn:
|
||||
# npm install better-auth
|
||||
# pnpm add better-auth
|
||||
# yarn add better-auth
|
||||
Reference in New Issue
Block a user