Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from MrMallIronmaker/master
Browse files Browse the repository at this point in the history
Added required installs to the setup.py script
  • Loading branch information
matcool committed Apr 17, 2020
2 parents c7892e9 + 0494dc9 commit f15c0ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
install_requires=[
'nbt',
'frozendict',
]
)

0 comments on commit f15c0ca

Please sign in to comment.