Skip to content

Commit bfd6afa

Browse files
Fix requirements for 3.6
1 parent 5851f4c commit bfd6afa

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.7
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.6
3+
# To update, run:
44
#
55
# pip-compile --generate-hashes ./requirements.in
66
#
7-
packaging==23.1 \
8-
--hash=sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61 \
9-
--hash=sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f
7+
packaging==21.3 \
8+
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \
9+
--hash=sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522
1010
# via -r ./requirements.in
11+
pyparsing==3.1.1 \
12+
--hash=sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb \
13+
--hash=sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db
14+
# via packaging

0 commit comments

Comments
 (0)