Skip to content

Commit

Permalink
去除pybloomfiltermmap完全支持python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DotNetAge committed Mar 1, 2019
1 parent e1854a6 commit 33a5eee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ psycopg2==2.7.7
psycopg2-binary==2.7.7
pyasn1==0.4.5
pyasn1-modules==0.2.4
pybloomfiltermmap==0.3.15
pycodestyle==2.5.0
pycparser==2.19
pycryptodome==3.7.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='scrapy_plus',
version='1.0.1',
version='1.0.2',
packages=find_packages(exclude=["tests"]),
install_requires=REQS,
url='http://www.github.com/dotnetage/scrapy_plus',
Expand Down

0 comments on commit 33a5eee

Please sign in to comment.