Skip to content

Support for newer python versions #9

@zacharymostowsky

Description

@zacharymostowsky

Had to change setup.py to below to get to build with python 3.8. Thanks for the repo, dude!

# requirements = [str(ir.req) for ir in install_requirements]
install_requirements = list(install_requirements) 
try:
    requirements = [str(ir.req) for ir in install_requirements]
except:
    requirements = [str(ir.requirement) for ir in install_requirements]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions