doccano-client
doccano-client copied to clipboard
Add environment variable support for Doccano credentials
Updated doccano_client tests and project dependencies to utilize environment variables via python-dotenv. This enhancement allows secure and flexible configuration for different environments.
Key Changes
- Integrated
python-dotenvfor environment variable management. - Replaced hard-coded credentials in
test_full_integration_tests.pywith environment variables. - Added
python-dotenvtopyproject.toml.
Testing
Ensure tests pass with .env configurations.