Skip to content

Commit

Permalink
Make typing-extensions and unconditional dependency (#4697)
Browse files Browse the repository at this point in the history
  • Loading branch information
harahu committed May 6, 2022
1 parent 3badd94 commit 0c1fde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pipfile
Expand Up @@ -62,5 +62,5 @@ validators = "*"
# Without watchdog, we fallback to a polling file watcher to check for app changes.
watchdog = {version = "*", markers = "platform_system != 'Darwin'"}
gitpython = "!=3.1.19"
typing-extensions = { version = "*", markers = "python_version < '3.8'" }
typing-extensions = "*"
semver = "*"

0 comments on commit 0c1fde0

Please sign in to comment.