Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgirshick committed Aug 21, 2018
1 parent 6be8e13 commit 6852b05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="yacs",
version="0.1.1",
version="0.1.2",
author="Ross Girshick",
author_email="[email protected]",
description="Yet Another Configuration System",
Expand All @@ -17,4 +17,7 @@
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
install_requires=[
"PyYAML",
],
)

0 comments on commit 6852b05

Please sign in to comment.