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 authored and AnOctopus committed May 27, 2022
1 parent 5c065b2 commit c02c7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pipfile
Expand Up @@ -61,5 +61,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 c02c7c1

Please sign in to comment.