Browse Source

Add package

JoostSijm 5 years ago
parent
commit
37f6655dfd
3 changed files with 20 additions and 3 deletions
  1. 1 0
      .gitignore
  2. 3 2
      Pipfile
  3. 16 1
      Pipfile.lock

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 *.txt
 *.html
 *__pycache__/
+.venv

+ 3 - 2
Pipfile

@@ -3,10 +3,11 @@ name = "pypi"
 url = "https://pypi.org/simple"
 verify_ssl = true
 
-[dev-packages]
-
 [packages]
 rival-regions-calc = "*"
+python-dateutil = "*"
+
+[dev-packages]
 
 [requires]
 python_version = "3.7"

+ 16 - 1
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "a9eba710da02c79738e73b192e3a095f15858579db1892d61e3be8ad99b6b482"
+            "sha256": "1e3547d7aef6bedcc29acc46645b8ad7d490b3ae0e57a8158529e7f7ddf509c4"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -16,6 +16,14 @@
         ]
     },
     "default": {
+        "python-dateutil": {
+            "hashes": [
+                "sha256:7e6584c74aeed623791615e26efd690f29817a27c73085b78e4bad02493df2fb",
+                "sha256:c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e"
+            ],
+            "index": "pypi",
+            "version": "==2.8.0"
+        },
         "rival-regions-calc": {
             "hashes": [
                 "sha256:79d4e9489a2ba7cdd9e143d58f68a5a0b4c2f810bdbe8618555894aa3bed4390",
@@ -23,6 +31,13 @@
             ],
             "index": "pypi",
             "version": "==1.0.0"
+        },
+        "six": {
+            "hashes": [
+                "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c",
+                "sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"
+            ],
+            "version": "==1.12.0"
         }
     },
     "develop": {}