Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Removed a bunch of stuff thats not needed anymore with the new gui.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Winkler committed Oct 17, 2020
1 parent 421dab7 commit da5b7d3
Show file tree
Hide file tree
Showing 28 changed files with 17 additions and 56,779 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ db.sqlite3-journal
# Other stuff that doesn't belong
.virtualenv
virtualenv
/venv
docker-compose.yml
docker-compose.env

Expand All @@ -86,3 +87,5 @@ static/

# Classification Models
models/

/paperless.conf
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jinja2==2.10.1
langdetect==1.0.7
markupsafe==1.1.1
more-itertools==7.2.0
numpy==1.15.1
numpy==1.19.2
packaging==19.1
pdftotext==2.1.1
pillow==5.4.1
Expand All @@ -54,8 +54,8 @@ pytest-sugar==0.9.2
pytest-xdist==1.26.0
pytest==4.1.1
python-dateutil==2.7.5
scikit-learn==0.19.2
scipy==1.1.0
scikit-learn==0.23-2
scipy==1.5.2
python-dotenv==0.10.1
python-gnupg==0.4.4
python-levenshtein==0.12.0
Expand Down
204 changes: 0 additions & 204 deletions src/documents/actions.py

This file was deleted.

Loading

0 comments on commit da5b7d3

Please sign in to comment.