Skip to content

Commit cb85405

Browse files
committed
Tidy up and remove unused deps
1 parent e5af1a6 commit cb85405

File tree

4 files changed

+8
-197
lines changed

4 files changed

+8
-197
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
jobs:
99
documents:
10-
name: "Build and deploy documentation"
10+
name: "Build and deploy site"
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Build documentation
2020
run: |
21-
python -m pip install --upgrade poetry
21+
python -m pip install --upgrade poetry
2222
poetry install
2323
just build
2424

main.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
from collections import namedtuple
2-
from datetime import timedelta
3-
from functools import partial
41
import json
2+
import random
53
import yaml
6-
from pathlib import Path
74

5+
from collections import namedtuple
6+
from datetime import timedelta
7+
from functools import partial
88
from itertools import product
9-
import json
10-
import random
9+
from pathlib import Path
1110

1211
import requests
1312

poetry.lock

Lines changed: 1 addition & 187 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ mkdocs-git-revision-date-plugin = "^0.3.1"
1616
toml = "^0.10.2"
1717
"pyChart.JS" = "^0.3.0"
1818
waybackpy = "^2.4.3"
19-
pyppeteer = "^0.2.5"
2019
mistune = {version = "2.0.0rc1", allow-prereleases = true}
2120
pybadges = "^2.2.1"
22-
requests-cache = "^0.8.1"
2321

2422
[tool.poetry.dev-dependencies]
2523
bpython = "^0.21"

0 commit comments

Comments
 (0)