mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
Stop installing typing on Python 3.5+
This commit is contained in:
parent
7c80b713dc
commit
a42b92b3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
# should see if there is a conda package that suits your needs.
|
# should see if there is a conda package that suits your needs.
|
||||||
|
|
||||||
pathlib2
|
pathlib2
|
||||||
typing
|
typing; python_version < "3.5"
|
||||||
click
|
click
|
||||||
toml
|
toml
|
||||||
six
|
six
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue