initial commit
This commit is contained in:
19
environment.yaml
Normal file
19
environment.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: aktien_analyse
|
||||
channels:
|
||||
- conda-forge
|
||||
- defaults
|
||||
dependencies:
|
||||
- python=3.11
|
||||
- pandas
|
||||
- numpy
|
||||
|
||||
- yfinance
|
||||
|
||||
- sqlalchemy # Für eine etwas höhere Abstraktion bei der DB-Interaktion, optional aber nützlich
|
||||
- openpyxl # Nützlich, falls CSVs auch mal in Excel geöffnet/gespeichert werden
|
||||
- pip
|
||||
- pip:
|
||||
- matplotlib
|
||||
- pyqt6
|
||||
# Hier könnten spezifische Pakete, die nicht direkt auf conda-forge sind, per pip installiert werden.
|
||||
# Für dieses Projekt sollte alles über conda-forge verfügbar sein.
|
Reference in New Issue
Block a user