stress_at_work_analysis/config/environment.yml

17 lines
225 B
YAML

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