Skip to content

Commit 3011f39

Browse files
authored
Update setup.py
1 parent 0fe575e commit 3011f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
download_url = 'https://github.com/Zylvian/py_googlesheets_grading/archive/0.11.tar.gz', # I explain this later on
1212
keywords = ['grading','google','sheets','gsheets'], # Keywords that define your package best
1313
install_requires=[ # I get to this in a second
14+
'gitpython',
1415
'pygsheets',
15-
'Repo',
16-
'gitpython'
16+
'Repo'
1717
],
1818
classifiers=[
1919
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
@@ -26,4 +26,4 @@
2626
'Programming Language :: Python :: 3.6',
2727
'Programming Language :: Python :: 3.7',
2828
],
29-
)
29+
)

0 commit comments

Comments
 (0)