aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Pipfile12
-rw-r--r--Pipfile.lock29
2 files changed, 41 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..455924e
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,12 @@
+[[source]]
+url = "https://pypi.python.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+python-magic = "*"
+
+[dev-packages]
+
+[requires]
+python_version = "3.7"
diff --git a/Pipfile.lock b/Pipfile.lock
new file mode 100644
index 0000000..eaa7def
--- /dev/null
+++ b/Pipfile.lock
@@ -0,0 +1,29 @@
+{
+ "_meta": {
+ "hash": {
+ "sha256": "49a1fa66b6bc9ce5d359b9db2a888aab0d83d1ee546a5d489819862bc23da851"
+ },
+ "pipfile-spec": 6,
+ "requires": {
+ "python_version": "3.7"
+ },
+ "sources": [
+ {
+ "name": "pypi",
+ "url": "https://pypi.python.org/simple",
+ "verify_ssl": true
+ }
+ ]
+ },
+ "default": {
+ "python-magic": {
+ "hashes": [
+ "sha256:f2674dcfad52ae6c49d4803fa027809540b130db1dec928cfbb9240316831375",
+ "sha256:f3765c0f582d2dfc72c15f3b5a82aecfae9498bd29ca840d72f37d7bd38bfcd5"
+ ],
+ "index": "pypi",
+ "version": "==0.4.15"
+ }
+ },
+ "develop": {}
+}