Skip to content

Commit

Permalink
Minor updates in 'setup.cfg' and docs; rolled version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkuhhaut committed Jul 9, 2021
1 parent c0b3883 commit da2a15d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
11 changes: 6 additions & 5 deletions docs/user_manual/demo_app.rst
Expand Up @@ -32,12 +32,13 @@ Assuming that Python and pip have already been installed globally or in an appro
Getting the demo sheets
=======================
Getting the demo sheet
======================

We have prepared two read-only sample Google Sheets (one for each model in the demo project), which are publicly available `here <https://docs.google.com/spreadsheets/d/1DG_mR9hYRiVMt_BYIf2zc0fncFhgFQzLKplwHhEM61Q/edit?usp=sharing>`__ and `here <https://docs.google.com/spreadsheets/d/1dIPYFu0alGeAZzFh0E9y4TfnPU7Z4iqlsdh_sLdyZyA/edit?usp=sharing>`__.
In order to use them with the demo project, click on the links and sign in with your favorite Google Account (if you haven't done so already).
The demo sheets should then automatically be available from that account's Google Drive.
We have prepared a read-only sample Google Sheet, which is publicly available `here <https://docs.google.com/spreadsheets/d/1-VADSGcNxWWbhZxkhpgKZS59lTh6GDJtoriHKaE5arY/edit?usp=sharing>`__.
It contains two tables in two subsheets, one appropriate for each model in the demo project.
In order to use the sample sheet, click on the above link and sign in with your favorite Google Account (if you haven't done so already).
The demo sheet should then automatically be available from that account's Google Drive.



Expand Down
1 change: 1 addition & 0 deletions gsheets_import/__init__.py
@@ -0,0 +1 @@
__version__ = '0.0.2'
4 changes: 1 addition & 3 deletions setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = django-gsheets-import
version = 0.0.1
version = attr: gsheets_import.__version__
author = Alexander Helmboldt
author_email = alexander.helmboldt@embl.de
description = A Django app to import tabular data from Google Sheets
Expand Down Expand Up @@ -36,5 +36,3 @@ install_requires =
Django >= 3.2
django-import-export >= 2.5.0
google-api-python-client >= 2.1.0
google-auth-httplib2 >= 0.1.0
google-auth-oauthlib >= 0.4.4
13 changes: 5 additions & 8 deletions tests/testapp/requirements.txt
@@ -1,25 +1,23 @@
asgiref==3.4.0
asgiref==3.4.1
cachetools==4.2.2
certifi==2021.5.30
chardet==4.0.0
defusedxml==0.7.1
diff-match-patch==20200713
Django==3.2.4
Django==3.2.5
django-import-export==2.5.0
et-xmlfile==1.1.0
google-api-core==1.30.0
google-api-python-client==2.11.0
google-auth==1.32.0
google-api-python-client==2.12.0
google-auth==1.32.1
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.4.4
googleapis-common-protos==1.53.0
httplib2==0.19.1
idna==2.10
MarkupPy==1.14
oauthlib==3.1.1
odfpy==1.4.1
openpyxl==3.0.7
packaging==20.9
packaging==21.0
pkg-resources==0.0.0
protobuf==3.17.3
pyasn1==0.4.8
Expand All @@ -28,7 +26,6 @@ pyparsing==2.4.7
pytz==2021.1
PyYAML==5.4.1
requests==2.25.1
requests-oauthlib==1.3.0
rsa==4.7.2
six==1.16.0
sqlparse==0.4.1
Expand Down

0 comments on commit da2a15d

Please sign in to comment.