txtv

Swiss text tv in the terminal, forked from https://github.com/voidcase/txtv
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

Pipfile (237B)


      1 [[source]]
      2 name = "pypi"
      3 url = "https://pypi.org/simple"
      4 verify_ssl = true
      5 
      6 [dev-packages]
      7 pytest = "*"
      8 
      9 [packages]
     10 beautifulsoup4 = "*"
     11 colorama = "*"
     12 requests = "*"
     13 regex = "*"
     14 urllib3 = ">=1.26.5"
     15 txtv = {editable = true, path = "."}