Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 26dcaa5

Browse files
authored
Revert "Generate requirements.txt through pip-compile so that dependencies are version locked (#62)" (#63)
This reverts commit 9cfa392.
1 parent d3642be commit 26dcaa5

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

requirements.in

-3
This file was deleted.

requirements.txt

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
#
2-
# This file is autogenerated by pip-compile
3-
# To update, run:
4-
#
5-
# pip-compile --output-file requirements.txt requirements.in
6-
#
7-
anymarkup-core==0.7.1 # via anymarkup
8-
anymarkup==0.7.0
9-
certifi==2018.4.16 # via requests
10-
chardet==3.0.4 # via requests
11-
configobj==5.0.6 # via anymarkup
12-
idna==2.6 # via requests
13-
json5==0.6.0 # via anymarkup
14-
python-dateutil==2.7.2
15-
pyyaml==3.12 # via anymarkup
16-
requests==2.18.4
17-
six==1.11.0 # via anymarkup-core, configobj, python-dateutil
18-
toml==0.9.4 # via anymarkup
19-
urllib3==1.22 # via requests
20-
xmltodict==0.11.0 # via anymarkup
1+
anymarkup
2+
requests
3+
python-dateutil

0 commit comments

Comments
 (0)