-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
581938f
commit 2596d30
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
|
||
setup( | ||
name = "libfreeiot", | ||
version = "0.9.1", | ||
version = "0.9.2", | ||
description = 'A free, open-source IoT Framework', | ||
author = 'Noah Gao', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/noahziheng/freeiot', | ||
download_url = 'https://github.com/noahziheng/freeiot/archive/0.9.1.tar.gz', | ||
download_url = 'https://github.com/noahziheng/freeiot/archive/0.9.2.tar.gz', | ||
packages = find_packages(), | ||
install_requires=[ # 依赖列表 | ||
'Flask>=0.12.2', | ||
|