Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aidencullo committed Jan 12, 2024
1 parent 8069b9c commit 4796a53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-timeout ruff==0.1.11
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with Ruff
run: |
pip install ruff==0.1.11
ruff --output-format=github .
- name: Test with Pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# dirs
__pycache__/
venv/

# misc files
play.py
Expand Down
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
iniconfig==2.0.0
numpy==1.26.3
packaging==23.2
pandas==2.1.4
pluggy==1.3.0
pytest==7.4.4
pytest-timeout==2.2.0
python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3.post1
six==1.16.0
tzdata==2023.4

0 comments on commit 4796a53

Please sign in to comment.