Skip to content

Commit 35ff6e1

Browse files
authored
Update setup.py
1 parent 98f2d93 commit 35ff6e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
with open(path.join(here, "README.md"), encoding="utf-8") as f:
1010
long_description = f.read()
1111

12-
with open(path.join(here,"requirements.txt")) as f:
13-
requirements = f.read().splitlines()
12+
#with open(path.join(here,"requirements.txt")) as f:
13+
# requirements = f.read().splitlines()
1414

1515
setup(
1616
name="""ckanext-markdown_view""",
@@ -21,7 +21,7 @@
2121
description="""An extension for a markdown preview""",
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",
24-
install_requires=requirements,
24+
# install_requires=requirements,
2525
# The project's main homepage.
2626
url="https://github.com/Mat-O-Lab/ckanext-markdown_view",
2727
# Author details

0 commit comments

Comments
 (0)