Skip to content

Commit

Permalink
remove plugins.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex committed Aug 15, 2022
1 parent 048534f commit 620fe26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# build and run simulations, use plugins (no plotly, no tests)
-r basic.txt
-r web.txt
-r plugins.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description = fh.read()

core_required = []
for core_file in ["requirements/basic.txt", "requirements/web.txt", "requirements/plugins.txt"]:
for core_file in ["requirements/basic.txt", "requirements/web.txt"]:
with open(core_file) as f:
core_required.append(f.read().splitlines())

Expand Down

0 comments on commit 620fe26

Please sign in to comment.