Skip to content

Commit 2f4140b

Browse files
authored
Merge pull request #18 from px1624/master
fix: add pygit2 to requirements
2 parents 88b4603 + dda0349 commit 2f4140b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

oscar.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import fnvhash
1616

1717

18-
__version__ = '1.2.3'
18+
__version__ = '1.3.0'
1919
__author__ = "Marat (@cmu.edu)"
2020
__license__ = "GPL v3"
2121

@@ -1573,4 +1573,4 @@ def __wrap_cols(self, cols):
15731573
for i in range(len(cols)):
15741574
if cols[i] == 'sha1' or cols[i] == 'blob':
15751575
cols[i] = 'lower(hex({}))'.format(cols[i])
1576-
return cols
1576+
return cols

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pygit2
2+
gitdb2==2.0.6
13
python-lzf
24
tokyocabinet
35
fnvhash

0 commit comments

Comments
 (0)