stress_at_work_analysis/config/environment.yml

15 lines
200 B
YAML

name: straw2analysis
channels:
- defaults
- conda-forge
dependencies:
- python=3.9
- black
- isort
- flake8
- jupyterlab
- mypy
- pandas
- psycopg2
- python-dotenv
- sqlalchemy