Skip to content

Commit a85b203

Browse files
committed
do not lock stuff in Pipfile, that's what the lockfile is for
1 parent 094a938 commit a85b203

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Pipfile

+5-9
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ lint-requirements = "_scripts/lint_requirements.sh"
1010
linkcheck = "sphinx-build -nW -b linkcheck . _build"
1111

1212
[packages]
13-
# Pinning packages with ~= unless their version starts with 0.,
14-
# then pinning each version strictly with ==
15-
sphinx = "~=2.2.1"
16-
sphinx-tabs = "~=1.1.13"
13+
sphinx = "*"
14+
sphinx-tabs = "*"
1715

1816
[dev-packages]
19-
# Pinning packages with ~= unless their version starts with 0.,
20-
# then pinning each version strictly with ==
21-
sphinx-autobuild = "==0.7.1"
22-
sphinx-rtd-theme = "==0.4.3"
23-
pylama = "~=7.7.1"
17+
sphinx-autobuild = "*"
18+
sphinx-rtd-theme = "*"
19+
pylama = "*"
2420

2521
[requires]
2622
python_version = "3.7" # ReadTheDocs runtime

0 commit comments

Comments
 (0)