Skip to content

Commit

Permalink
Add support to Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
nandooliveira committed Dec 20, 2020
1 parent f0b52de commit b89088e
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 311 deletions.
22 changes: 13 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ pylint = "<2.0.0"
pycodestyle = "*"

[packages]
psycopg2 = "==2.7.6.1"
psycopg2-binary = "==2.8.1"
pytz = "==2018.7"
django-suit = "==0.2.26"
django-widget-tweaks = "*"
numpy = "*"
matplotlib = "*"
psycopg2-binary = "==2.8.6"
pytz = "==2020.4"
django-suit = "==0.2.28"
django-widget-tweaks = "==1.4.8"
numpy = "==1.19.4"
matplotlib = "==3.3.3"
Django = "==1.11.21"
Pillow = "==6.0.0"
Pillow = "==8.0.1"
kiwisolver = "==1.3.1"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.1"
six = "==1.15.0"
Cycler = "==0.10.0"

[requires]
python_version = "2.7"
python_version = "3.9"
Loading

0 comments on commit b89088e

Please sign in to comment.