Skip to content

Commit ff0b782

Browse files
issue with doc
1 parent 049389b commit ff0b782

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
98 Bytes
Binary file not shown.

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
with open("README.rst", "r") as fh:
1313
long_description = fh.read()
1414

15+
with open("docs/requirements.txt", "r") as fh:
16+
install_requires = fh.read()
17+
18+
1519
setuptools.setup(
1620
name='beampy',
1721
version=beampy_version,
@@ -36,9 +40,5 @@
3640
"Operating System :: OS Independent",
3741
],
3842
python_requires='>=3.7',
39-
install_requires=[
40-
"numpy>=1.16",
41-
"PyQt5>=5.13",
42-
"matplotlib>=3.1",
43-
],
43+
install_requires=[install_requires],
4444
)

0 commit comments

Comments
 (0)