We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac249f0 commit 245e17eCopy full SHA for 245e17e
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install devDependence
26
run: |
27
python -m pip install --upgrade pip
28
- pip install mypy pycodestyle coverage lxml
+ pip install mypy pycodestyle coverage lxml types-tabulate
29
- name: Install dependencies
30
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
requirements.txt
@@ -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