Skip to content

Commit

Permalink
[fira] Add typing requisite
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Apr 16, 2020
1 parent 379818b commit 97398eb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
27 changes: 20 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uvn-fira"
version = "1.2.9"
version = "1.2.10"
description = "The backend and API code for the Unscripted mini-game."
authors = ["Marquis Kurt <software@marquiskurt.net>"]
license = "MPL-2.0"
Expand All @@ -11,6 +11,7 @@ documentation = "https://fira.marquiskurt.net"
[tool.poetry.dependencies]
python = ">= 3.7 || ~2.7.16"
toml = "^0.10.0"
typing = "^3.7.4"

[tool.poetry.dev-dependencies]
pylint = [{ version="^2.4.4", python=">=3.7" }]
Expand Down

0 comments on commit 97398eb

Please sign in to comment.