Skip to content
Snippets Groups Projects
Pipfile 347 B
Newer Older
  • Learn to ignore specific revisions
  • [[source]]
    url = "https://pypi.python.org/simple"
    verify_ssl = true
    name = "pypi"
    
    
    [[source]]
    
    url = "https://pypi.thecodelabs.de"
    
    verify_ssl = true
    name = "TheCodeLabs"
    
    
    python_version = "3"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    google-api-python-client = "==1.8"
    youtube_dl = "==2020.3.24"
    
    TheCodeLabs-BaseUtils = "==1.2.0"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    pyinstaller = "==3.5"