1
0
Fork 0

Add 'future' in dependencies

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
merge-requests/847/head
Fabian P. Schmidt 2019-12-30 18:57:59 +01:00
parent 88083664a6
commit 55e77896f3
2 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@ docopt==0.6.2
enum34==1.1.6
ephem==3.7.7.0
eventlet==0.25.1
future==0.18.2
greenlet==0.4.15
gunicorn==19.9.0
idna==2.8

View File

@ -23,6 +23,8 @@ description = SatNOGS Network
packages = find:
include_package_data = True
install_requires =
# Python3 migration
future~=0.18.2
# Basic
Django~=1.11.0
django-shortuuidfield~=0.1.0