]> git.ekhem.eu.org Git - gdrive_knife.git/commitdiff
Turn the repository into a python project.
authorJakub Czajka <jakub@ekhem.eu.org>
Sat, 4 Nov 2023 21:00:36 +0000 (22:00 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 19 Nov 2023 13:58:52 +0000 (14:58 +0100)
__init__.py [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
requirements.txt [deleted file]

diff --git a/__init__.py b/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..bda4096
--- /dev/null
@@ -0,0 +1,13 @@
+[project]
+name = "gdrive_knife"
+version = "1.0.0"
+authors = [
+  { name="Jakub Czajka", email="jakub@ekhem.eu.org" },
+]
+requires-python = ">=3.10.7"
+dependencies = [
+    "cryptography==40.0.2",
+    "google-api-python-client==2.84.0",
+    "google-auth-httplib2==0.1.0",
+    "google-auth-oauthlib==1.0.0",
+]
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644 (file)
index adc302e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-cryptography==40.0.2
-google-api-python-client==2.84.0
-google-auth-httplib2==0.1.0
-google-auth-oauthlib==1.0.0