Skip to content

Commit

Permalink
Create command to export data files
Browse files Browse the repository at this point in the history
  • Loading branch information
nandooliveira committed Nov 9, 2020
1 parent c99b658 commit 10ce963
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 109 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ pylint = "<2.0.0"
pycodestyle = "*"

[packages]
django = "*"
pillow = "==6.0.0"
psycopg2 = "==2.7.6.1"
psycopg2-binary = "==2.8.1"
pytz = "==2018.7"
django-suit = "*"
django-suit = "==0.2.26"
django-widget-tweaks = "*"
numpy = "*"
matplotlib = "*"
Django = "==1.11.21"
Pillow = "==6.0.0"

[requires]
python_version = "2.7"
Loading

0 comments on commit 10ce963

Please sign in to comment.