We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4564d6 + bad035b commit 7550af0Copy full SHA for 7550af0
Pipfile
@@ -15,3 +15,4 @@ requests = "*"
15
lxml = "*"
16
python-dateutil = "*"
17
pytz = "*"
18
+oauth2client = "*"
setup.py
@@ -48,7 +48,8 @@ def readme():
48
"requests",
49
"lxml",
50
"pytz",
51
- "python-dateutil"
+ "python-dateutil",
52
+ "oauth2client"
53
],
54
package_data={
55
"lectocal": [
0 commit comments