mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Added pytz requirement
This commit is contained in:
parent
a7d041a9f5
commit
d6f4ef27aa
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Changelog
|
||||||
* Added automated tagging basted on keyword matching
|
* Added automated tagging basted on keyword matching
|
||||||
* Cleaned up the document listing page
|
* Cleaned up the document listing page
|
||||||
* Removed ``User`` and ``Group`` from the admin
|
* Removed ``User`` and ``Group`` from the admin
|
||||||
|
* Added ``pytz`` to the list of requirements
|
||||||
|
|
||||||
* 0.0.3
|
* 0.0.3
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ django-extensions==1.6.1
|
||||||
langdetect==1.0.5
|
langdetect==1.0.5
|
||||||
pyocr==0.3.1
|
pyocr==0.3.1
|
||||||
python-gnupg==0.3.8
|
python-gnupg==0.3.8
|
||||||
|
pytz==2015.7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue