Skip to content

Commit 05fd31b

Browse files
author
grigory
committed
Remove CRC from dependencies
There are problems with using CRC so I temporarily remove it from dependencies
1 parent 1f9bba0 commit 05fd31b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

requirements.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ numpy
44
# JIT compilation for numpy code
55
numba
66

7-
# Python CRC implementation
8-
# Fork used because the package was removed from PyPI
9-
-e git+git://github.com/fr0mhell/PyCRC.git#egg=PyCRC
10-
117
# Tree implementation
128
anytree
139

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#
55
# pip-compile requirements.in
66
#
7-
-e git+git://github.com/fr0mhell/PyCRC.git#egg=PyCRC # via -r requirements.in
87
anytree==2.8.0 # via -r requirements.in
98
certifi==2020.6.20 # via requests
109
chardet==3.0.4 # via requests

0 commit comments

Comments
 (0)