Skip to content
Snippets Groups Projects
Pipfile 232 B
Newer Older
  • Learn to ignore specific revisions
  • [[source]]
    url = "https://pypi.python.org/simple"
    verify_ssl = true
    name = "pypi"
    
    [requires]
    python_version = "3.7"
    
    [packages]
    google-api-python-client = "==1.7.11"
    youtube_dl = "==2019.10.16"
    
    [dev-packages]
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    pyinstaller = "==3.5"