Skip to content

Commit

Permalink
Merge pull request #3 from fattredd/fix_reqs
Browse files Browse the repository at this point in the history
Remove unused deps
  • Loading branch information
fattredd authored May 1, 2024
2 parents 86c56c4 + 2a87746 commit e8a6505
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,9 @@

here = os.path.abspath(os.path.dirname(__file__))

REQUIRED = [
"flask",
"maya",
"records",
]
with io.open(os.path.join(here, "requirements.txt"), encoding="utf-8") as f:
REQUIRED = f.read().split("\n")



# What packages are optional?
EXTRAS = {}

try:
Expand Down

0 comments on commit e8a6505

Please sign in to comment.