mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-08 07:03:02 -06:00
Include backports.csv as a python dependency in the wheel.
This commit is contained in:
parent
be42b67f79
commit
4817b37742
@ -79,7 +79,7 @@ setup(
|
||||
extras_require={
|
||||
# ...
|
||||
":python_version<'2.7'": ["ordereddict"],
|
||||
":python_version<='2.7'": ["importlib"],
|
||||
":python_version<='2.7'": ["backports.csv", "importlib"],
|
||||
},
|
||||
|
||||
# Specify data files to be included. For Python 2.6 include them in MANIFEST.in
|
||||
|
Loading…
Reference in New Issue
Block a user