Skip to content
Snippets Groups Projects
Pipfile 166 B
Newer Older
  • Learn to ignore specific revisions
  • Robert Goldmann's avatar
    Robert Goldmann committed
    [[source]]
    url = "https://pypi.python.org/simple"
    verify_ssl = true
    name = "pypi"
    
    [requires]
    python_version = "3.7"
    
    [packages]
    spotipy = "==2.10.0"
    
    [dev-packages]