mirror of
https://github.com/peasead/elastic-container
synced 2026-06-08 16:43:23 +00:00
31800837a5
- Add requirements.txt with click, requests, python-dotenv - Create lib/ package structure with __init__.py
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
# Elastic Container - Python Dependencies
|
|
# Python 3.10+ required
|
|
|
|
click>=8.1.0
|
|
requests>=2.28.0
|
|
python-dotenv>=1.0.0
|
|
|