Skip to content

Commit 8cbfdb4

Browse files
test setup
1 parent 4d9556f commit 8cbfdb4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
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-
1915
setuptools.setup(
2016
name='beampy',
2117
version=beampy_version,
@@ -40,5 +36,10 @@
4036
"Operating System :: OS Independent",
4137
],
4238
python_requires='>=3.7',
43-
install_requires=[install_requires],
39+
install_requires=[
40+
"numpy>=1.16",
41+
"PyQt5>=5.13",
42+
"matplotlib>=3.1",
43+
"sphinx>=2.2.1",
44+
],
4445
)

0 commit comments

Comments
 (0)