File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ build-ci:
10
10
bin/build-ci-image.sh
11
11
12
12
pip-req :
13
- echo " # Built from Pipfile with 'pipenv requirements'" > requirements.txt
14
- pipenv requirements >> requirements.txt
13
+ echo " # Built from Pipfile with 'pipenv requirements --dev '" > requirements.txt
14
+ pipenv requirements --dev >> requirements.txt
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ numpy = "2.1.3"
8
8
scipy = " 1.14.1"
9
9
10
10
[dev-packages ]
11
+ # used in CI for bin/create-awesome-badges.py
11
12
requests = " 2.32.3"
12
13
13
14
[requires ]
Original file line number Diff line number Diff line change 9
9
10
10
## ci
11
11
12
- [ GitHub Actions] ( https://github.com/EvgeniGordeev/adventofcode ) based
12
+ [ GitHub Actions] ( https://github.com/EvgeniGordeev/adventofcode/actions ) based
13
13
on [ Docker image] ( https://hub.docker.com/r/egordeev/adventofcode ) built with ` make build-ci ` .
14
14
15
15
## repo
Original file line number Diff line number Diff line change 1
1
# Built from Pipfile with 'pipenv requirements'
2
2
-i https://pypi.org/simple
3
+ certifi == 2024.8.30 ; python_version >= '3.6'
4
+ charset-normalizer == 3.4.0 ; python_full_version >= '3.7.0'
5
+ idna == 3.10 ; python_version >= '3.6'
6
+ requests == 2.32.3 ; python_version >= '3.8'
7
+ urllib3 == 2.2.3 ; python_version >= '3.8'
3
8
numpy == 2.1.3 ; python_version >= '3.10'
4
9
scipy == 1.14.1 ; python_version >= '3.10'
You can’t perform that action at this time.
0 commit comments