Skip to content

Commit

Permalink
CI: rearrange requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Sep 1, 2023
1 parent bc35000 commit 9e1778e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
package_data={"maggma": ["py.typed"]},
zip_safe=False,
include_package_data=True,
python_requires=">=3.8",
install_requires=[
"setuptools",
"ruamel.yaml<0.18",
Expand Down Expand Up @@ -54,6 +55,7 @@
"notebook_runner": ["IPython>=8.11", "nbformat>=5.0", "regex>=2020.6"],
"azure": ["azure-storage-blob>=12.16.0", "azure-identity>=1.12.0"],
},
tests_require=["pytest", "starlette[full]"],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand All @@ -70,6 +72,4 @@
"Topic :: Scientific/Engineering",
],
entry_points={"console_scripts": ["mrun = maggma.cli:run"]},
tests_require=["pytest", "starlette[full]"],
python_requires=">=3.8",
)

0 comments on commit 9e1778e

Please sign in to comment.