We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9bba0 commit 05fd31bCopy full SHA for 05fd31b
requirements.in
@@ -4,10 +4,6 @@ numpy
4
# JIT compilation for numpy code
5
numba
6
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
-
11
# Tree implementation
12
anytree
13
requirements.txt
@@ -4,7 +4,6 @@
#
# pip-compile requirements.in
--e git+git://github.com/fr0mhell/PyCRC.git#egg=PyCRC # via -r requirements.in
anytree==2.8.0 # via -r requirements.in
certifi==2020.6.20 # via requests
chardet==3.0.4 # via requests
0 commit comments