Skip to content

Commit b14c6fe

Browse files
authored
Merge pull request #117 from regulaforensics/master
master -> stable
2 parents 22c282c + 4f5c9eb commit b14c6fe

File tree

4 files changed

+77
-216
lines changed

4 files changed

+77
-216
lines changed

.github/workflows/run-smoke-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- develop
8+
- stable
79

810
jobs:
911
run_smoke_test:

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ requests = ">=2.32.3"
1414

1515
[dev-packages]
1616
setuptools = ">=21.0.0"
17-
pipenv-setup = "*"
1817
wheel = "*"
1918
twine = "*"
2019
chardet = "*"
20+
packaging = ">=22.0"
2121

2222
[requires]
2323
python_version = "3.8"

0 commit comments

Comments
 (0)