jonaswinkler
4a12550015
update dependencies
2021-01-26 00:50:29 +01:00
jonaswinkler
244d13ce67
update dependencies (sklearn 0.24 has aarch64 wheels!)
2021-01-12 19:48:59 +01:00
jonaswinkler
4192dc9158
revert to python:3.7-slim base image since ubuntu:20.04 is clearly not working for arm
2021-01-10 17:18:35 +01:00
Jonas Winkler
14599a9647
removed a bunch of stuff
2020-10-20 00:29:31 +02:00
Jonas Winkler
b170eaef69
Removed a bunch of stuff thats not needed anymore with the new gui.
2020-10-17 02:07:27 +02:00
Jonas Winkler
b71049ad16
Merge branch 'master' into dev
2020-10-16 15:02:57 +02:00
Adam Piontek
850eee3d12
bumping gunicorn version requirement to 20.0.4
2020-04-28 13:05:30 -04:00
Johannes Wienke
2bf709568d
Bump dependency versions
...
Not all dependencies work well on Alpine 3.11. Thus, bump dependencies and lock
again.
Due to also updating the CORS packages while dependency locking, the
CORS_ORIGIN_WHITELIST had to be changed to valid URIs, which are now required
by the respective packages.
2020-03-01 10:59:59 +01:00
Florian Gabsteiger
17056763d8
Specify sys platform for inotify
2019-08-08 01:00:28 +02:00
Florian Gabsteiger
dac1e9533a
Adjust requirements
2019-08-07 21:38:54 +02:00
Florian Gabsteiger
118a3dba5b
Remove specific versions from Pipfile and adjust Pipfile.lock and requirements.txt accordingly
2019-08-06 12:25:37 -09:00
Florian Gabsteiger
699b0e9240
Add whitenoise and brotli as prerequesite for improving performance of static file serving
...
Additionally, pipenv Pipfile and Pipfile.lock as well as requirements.txt were updated to fullfil requirements of the above packages
2019-07-24 11:22:13 -09:00
Jonas Winkler
5dda05d712
Merge branch 'master' into dev
2019-05-21 13:06:16 +02:00
Erik Arvstedt
a8ab5484ef
requirements.txt: bring back Linux-only restriction for inotify-simple
...
Fixes #418
2019-05-07 12:13:42 +02:00
Daniel Quinn
4a5b0b6454
Update dependencies & add djangoql
2019-01-27 13:39:56 +00:00
Stéphane Brunner
711c0925e1
Add and configure DjangoQL
2019-01-26 22:15:28 +01:00
Jonas Winkler
8f0d53c54a
Merge remote-tracking branch 'upstream/master'
2018-12-11 12:06:15 +01:00
Scott Peshak
3a78499fff
Add psycopg2 to requirements.txt
2018-12-02 16:14:58 -06:00
Daniel Quinn
8d6825dac0
I'm going to have to ditch requirements.txt if it can't be reliably generated
2018-11-03 13:42:03 +00:00
Daniel Quinn
e67d319d58
Fix requiremnts.txt
2018-11-03 13:29:22 +00:00
Daniel Quinn
f0de4fdd46
Update dependencies
...
This includes a security update for requests.
2018-11-03 12:49:35 +00:00
Erik Arvstedt
7f3f8fff67
requirements.txt: bring back Linux-only restriction for inotify-simple
...
Fixes #418
2018-10-08 11:00:34 +02:00
Jonas Winkler
0f2a79ea61
Merge remote-tracking branch 'upstream/master'
2018-09-25 14:47:12 +02:00
Daniel Quinn
8de34a3572
Remove numpy, scikit-learn, and scipy as they weren't being used
2018-09-23 12:40:46 +01:00
Jonas Winkler
7887892e4e
Added a bunch of new features:
...
- Debug mode is now configurable in the configuration file. This way, we don't have to edit versioned files to disable it on production systems.
- Recent correspondents filter (enable in configuration file)
- Document actions: Edit tags and correspondents on multiple documents at once
- Replaced month list filter with date drilldown
- Sortable document count columns on Tag and Correspondent admin
- Last correspondence column on Correspondent admin
- Save and edit next functionality for document editing
2018-09-13 15:19:25 +02:00
Jonas Winkler
0ca7452c75
Added missing dependencies
2018-09-12 17:43:13 +02:00
Jonas Winkler
a48cc6c627
Merge branch 'master' into dev
2018-09-12 11:47:35 +02:00
Jonas Winkler
553caefe1d
Merge remote-tracking branch 'upstream/master'
2018-09-11 14:43:59 +02:00
Jonas Winkler
d725f20505
Merge branch 'dev' into machine-learning
2018-09-06 00:29:41 +02:00
Jonas Winkler
ad5066a88c
Added scikit-learn to requirements
2018-09-06 00:20:44 +02:00
David Martin
503fe6669f
Bump required version for Pyocr to support the latest tesseract 4.
...
This recently changed in the official tesseract engine [0]. -psm is
not allowed as an option anymore and --psm has to be used instead. The
latest pyocr enables support for this [1].
[0] tesseract-ocr/tesseract@ee201e1
[1] 5abd0a566a
2018-09-05 13:03:42 +10:00
Jonas Winkler
5a63125e04
Merge remote-tracking branch 'upstream/master'
2018-09-04 16:02:48 +02:00
Daniel Quinn
40e409e092
Drop django-flat-responsive
...
It's not necessary for Django 2.0+ as the new system is responsive by
default.
2018-09-02 21:25:30 +01:00
Daniel Quinn
7d2d3901bc
Merge @dadosch's changes & fix dependency conflicts
2018-09-02 21:06:40 +01:00
Daniel Quinn
52bfb2edf0
Update dependencies
2018-09-02 20:33:28 +01:00
dadosch
7fb3204b3b
apply some patches from @brookst
2018-08-29 00:04:48 +02:00
Jonas Winkler
f1f28e81cd
Removed WebDAV from dev, since it is kind of broken.
2018-08-28 12:12:29 +02:00
dadosch
1f293f2693
builds failing maybe because of old versions
2018-08-24 22:03:26 +02:00
dadosch
91eee0b84a
improved codestyle, go back to == in requirements
2018-08-24 21:52:27 +02:00
dadosch
218e43fdf8
django v2 compatible: tests needed
2018-08-24 21:31:43 +02:00
Solo
770cc30f89
Refs feedback:
...
- fix requirements.txt
- change static CORS regex into configurable tuple list
2018-08-16 21:29:03 +08:00
Solo
a2fb4ef19c
Prepare Paperless for new front end
...
- enable CORS for localhost calls
- add Filter to allow API calls that can select Documents without any tag
2018-08-16 17:05:54 +08:00
Jonas Winkler
9c4e552168
Initial support for WebDAV. Lots of stuff is not there yet and most of the stuff which is there is not really tested. But it kind of already works.
2018-07-05 16:18:20 +02:00
Jonas Winkler
78f0991fb5
Updated to Django 2
2018-07-04 17:03:59 +02:00
Daniel Quinn
26a471f5e0
Merge branch 'inotify' of git://github.com/erikarvstedt/paperless into erikarvstedt-inotify
2018-05-28 13:03:06 +01:00
Daniel Quinn
1a044972a9
Minor dependency updates
2018-05-20 18:07:53 +01:00
Erik Arvstedt
3db175dfe2
Add inotify support
2018-05-11 14:14:50 +02:00
Daniel Quinn
b72aac7bd8
Dependencies update
2018-04-13 19:52:11 +01:00
Daniel Quinn
149aaf0bae
Have pytest generate the coverage files
2018-02-25 16:42:15 +00:00
Daniel Quinn
63caa548b7
Start generating requirements.txt from Pipfile
2018-02-25 15:52:32 +00:00