Skip to content

Commit 245e17e

Browse files
committed
update
1 parent ac249f0 commit 245e17e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install devDependence
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install mypy pycodestyle coverage lxml
28+
pip install mypy pycodestyle coverage lxml types-tabulate
2929
- name: Install dependencies
3030
run: |
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

requirements.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
wheel==0.36.2
2+
setuptools==47.1.0
3+
metakernel==0.24.0
4+
psycopg2-binary==2.9.3
5+
tabulate==0.8.9
6+
jupyter_client==4.3.0
7+
jpykernel==6.0.1

0 commit comments

Comments
 (0)