stress_at_work_analysis/config/environment.yml

13 lines
159 B
YAML
Raw Normal View History

name: straw2analysis
channels:
- defaults
dependencies:
- python=3.9
- black
- isort
- flake8
- mypy
- pre-commit
- psycopg2
- python-dotenv