Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions lexpredict_openedgar/requirements/base.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ wheel==0.30.0


# Conservative Django
django==2.0.8 # pyup: < 2.1
django==4.2.20 # pyup: < 2.1

# Configuration
django-environ==0.4.4
Expand All @@ -20,7 +20,7 @@ django-crispy-forms==1.7.0
django-model-utils==3.1.1

# Images
Pillow==5.0.0
Pillow==10.3.0

# Password storage
argon2-cffi==18.1.0
Expand All @@ -44,18 +44,18 @@ django-redis==4.8.0
redis>=2.10.5


celery==3.1.25 # pyup: <4.0
requests==2.20.0
notebook==5.7.1
urllib3==1.23
celery==5.3.6 # pyup: <4.0
requests==2.32.2
notebook==6.4.12
urllib3==1.26.19



# Your custom requirements go here
lxml==4.1.1
lxml==4.9.1
boto3==1.6.4
botocore==1.9.4
numpy==1.14.3
numpy==1.16.1
pandas==0.22.0
tika==1.16
https://github.com/LexPredict/lexpredict-lexnlp/archive/master.zip
4 changes: 2 additions & 2 deletions lexpredict_openedgar/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ django-coverage-plugin==1.5.0

Sphinx==1.7.0
django-extensions==2.0.0
Werkzeug==0.14.1
Werkzeug==3.0.6
django-test-plus==1.0.22
factory-boy==2.10.0

django-debug-toolbar==1.9.1
django-debug-toolbar==5.1.0

# improved REPL
ipdb==0.11
Expand Down
4 changes: 2 additions & 2 deletions lexpredict_openedgar/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

# WSGI Handler
# ------------------------------------------------
gevent==1.2.2
gunicorn==19.7.1
gevent==23.9.0
gunicorn==23.0.0

# Static and Media Storage
# ------------------------------------------------
Expand Down