Skip to content
Snippets Groups Projects
Pipfile 228 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]
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    google-api-python-client = "==1.8"
    youtube_dl = "==2020.3.24"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    pyinstaller = "==3.5"