diff options
author | morpheus65535 <[email protected]> | 2017-12-30 00:09:51 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2017-12-30 00:09:51 -0500 |
commit | 80c1b44781ae4d006800cc0978c84a2204a976d5 (patch) | |
tree | 6e4fed5ea064f6f4eaa85bbe6d1b53328570e1af /requirements.txt | |
parent | ee3e064d8de392b56e082a962954e5ca33b59b98 (diff) | |
download | bazarr-80c1b44781ae4d006800cc0978c84a2204a976d5.tar.gz bazarr-80c1b44781ae4d006800cc0978c84a2204a976d5.zip |
Switching from pygit2 to gitpython
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4147c9e29..dc15cd1e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,10 @@ bottle bottle-fdsend dogpile.cache enzyme +gitpython Pillow py-pretty pycountry -pygit2 requests subliminal urllib3 |