Skip to content
Open

txt #10

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: treeom-env
Copy link

Copilot AI May 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Files in .github/workflows are reserved for GitHub Actions workflow definitions; consider moving this environment file to the repo root or a dedicated configuration directory.

Copilot uses AI. Check for mistakes.
channels:
- defaults
- conda-forge
dependencies:
- python=3.10
- flask=2.1.3
- websocket-client=1.5.1
- pytest=7.4.2
- flake8=6.1.0
- pip
- pip:
- -r requirements.txt
Loading