Skip to content

Commit

Permalink
Remove pyrsistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshostenko committed Sep 29, 2019
1 parent b1708ee commit e22f53d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions lexrank/mappings/stopwords.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import gzip
import json

from pyrsistent import freeze

from lexrank import settings

file = settings.ASSETS_ROOT / 'stopwords.json.gz'
Expand All @@ -14,5 +12,3 @@

for lang, stopwords in _STOPWORDS.items():
STOPWORDS[lang] = set(stopwords)

STOPWORDS = freeze(STOPWORDS)
1 change: 0 additions & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
numpy>=1.13.3
path.py>=10.5
pyrsistent>=0.14.0
regex>=2017.11.9
scipy>=0.19.0
urlextract>=0.7

0 comments on commit e22f53d

Please sign in to comment.