]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

It works better when dependencies are installed. Who knew?
authorŁukasz Langa <lukasz@langa.pl>
Thu, 7 Jun 2018 00:13:51 +0000 (17:13 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 7 Jun 2018 00:13:51 +0000 (17:13 -0700)
Pipfile
Pipfile.lock
setup.py

diff --git a/Pipfile b/Pipfile
index 6bda44423804f44ee343a36405a8e36659b790d5..274d21dd6a3bc3ba051ec85c4267801c128f6984 100644 (file)
--- a/Pipfile
+++ b/Pipfile
@@ -7,6 +7,7 @@ name = "pypi"
 attrs = ">=17.4.0"
 click = ">=6.5"
 appdirs = "*"
+toml = ">=0.9.4"
 
 [dev-packages]
 pre-commit = "*"
index 1afc0441393b7d0a19cecd23ce7c6dcb20cc18e4..8ba63eed2bd8127c942fd82600100c5278e0c361 100644 (file)
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "4bf5b65d243847bc4d7a840a9a1f36e975696dc84fdbd962454712ab8978190b"
+            "sha256": "ac93441465d67f28d5888486c43ced0b49c4a42c315a8d453064a6441fbf3de0"
         },
         "pipfile-spec": 6,
         "requires": {},
             ],
             "index": "pypi",
             "version": "==6.7"
+        },
+        "toml": {
+            "hashes": [
+                "sha256:8e86bd6ce8cc11b9620cb637466453d94f5d57ad86f17e98a98d1f73e3baab2d"
+            ],
+            "index": "pypi",
+            "version": "==0.9.4"
         }
     },
     "develop": {
         },
         "sphinxcontrib-websupport": {
             "hashes": [
-                "sha256:7a85961326aa3a400cd4ad3c816d70ed6f7c740acd7ce5d78cd0a67825072eb9",
-                "sha256:f4932e95869599b89bf4f80fc3989132d83c9faa5bf633e7b5e0c25dffb75da2"
+                "sha256:68ca7ff70785cbe1e7bccc71a48b5b6d965d79ca50629606c7861a21b206d9dd",
+                "sha256:9de47f375baf1ea07cdb3436ff39d7a9c76042c10a769c52353ec46e4e8fc3b9"
             ],
-            "version": "==1.0.1"
+            "version": "==1.1.0"
         },
         "toml": {
             "hashes": [
                 "sha256:8e86bd6ce8cc11b9620cb637466453d94f5d57ad86f17e98a98d1f73e3baab2d"
             ],
+            "index": "pypi",
             "version": "==0.9.4"
         },
         "tqdm": {
index efd4ef93a6d74f91f63a8360e409830980d00b82..7ec262daf595fe64f1b01f726ebe7207a6de0e00 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ setup(
     package_data={"blib2to3": ["*.txt"]},
     python_requires=">=3.6",
     zip_safe=False,
-    install_requires=["click>=6.5", "attrs>=17.4.0", "appdirs"],
+    install_requires=["click>=6.5", "attrs>=17.4.0", "appdirs", "toml>=0.9.4"],
     test_suite="tests.test_black",
     classifiers=[
         "Development Status :: 4 - Beta",