-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding comment for gh-pages * Adding extra build and publish commands * Updating dependency to start with python 3.6 * Updating change log to 0.4.1
- Loading branch information
1 parent
df43aee
commit e52e907
Showing
4 changed files
with
66 additions
and
29 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "gns3fy" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
description = "Python wrapper around GNS3 Server API" | ||
authors = ["David Flores <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,7 +14,7 @@ classifiers = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
python = "^3.6" | ||
requests = "^2.22" | ||
pydantic = "^0.*" | ||
|
||
|