Skip to content

Pipfile: failed to render version a_package>=1.0.0 #86

@chfw

Description

@chfw
[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'

[requires]
python_version= '3.6'

[packages]
    pyecharts>=1.0.0 <-- error

[dev-packages]
nose = "*"
mock = "*"
codecov = "*"
coverage = "*"
flake8 = "*"

pipenv throws the following error:
toml.decoder.TomlDecodeError: Found invalid character in key name: '>'. Try quoting the key name. (line 10 column 14 char 141)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions