Skip to content

Commit

Permalink
Added schema to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Feb 27, 2023
1 parent 6844b6e commit 277e6a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
]
},
packages=find_packages(),
install_requires=[],
install_requires=[
'schema'
],
extras_require={
'dev': [
'pytest',
Expand Down

0 comments on commit 277e6a3

Please sign in to comment.