Commit b51f763e authored by Dmitry.Shelepnev's avatar Dmitry.Shelepnev
Browse files

Add django-picklefield dependencies

parent b6379178
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ python:
    - 3.4
    - 3.5
    - 3.6
    - 3.7

env:
    - DJANGO='django>=1.10,<1.11'
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ or from github.com with the following command:
- Django 1.10
- Pillow 2.9.0
- apscheduler 3.3.0
- jango-picklefield
- lxml
- python-telegram-bot 10

+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
- Django 1.10
- Pillow 2.9.0
- apscheduler 3.3.0
- jango-picklefield
- lxml
- python-telegram-bot 10

+1 −0
Original line number Diff line number Diff line
@@ -2,5 +2,6 @@ Django>=1.10; python_version >= '3.4'
Pillow>=2.9.0
apscheduler>=3.3.0
#django-constance[database]>=2.1
django-picklefield
lxml
python-telegram-bot>=10