Skip to content

Commit 4abb5dc

Browse files
Updated dependencies
1 parent ebcaa2a commit 4abb5dc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

repominer/mining/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import nltk
33
import re
44

5-
from deprecated import deprecated
65
from typing import Dict, Generator, List, Set
76

87
from pydriller.domain.commit import Commit, ModificationType

requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
ansiblemetrics~=0.3.10
2-
coverage~=5.5
32
dataclasses~=0.6
4-
Deprecated~=1.2.11
53
nltk~=3.5
64
pandas~=1.1.4
75
pydriller~=1.15.4
8-
pygithub~=1.54
9-
python-gitlab~=2.5.0
10-
pyyaml~=5.3.1
6+
pyyaml~=5.4
117
spacy~=2.3.4
128
tosca-metrics~=0.0.7

0 commit comments

Comments
 (0)