diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-15 15:57:24 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-15 15:57:24 +0200 |
commit | 1edd47ee8f43e8a8b84f0ce9ea2c92d998ae3efb (patch) | |
tree | ff6233a95a0e7c9f2d810e4735132eafb726f0fe /Pipfile.lock | |
parent | cd5aff2602b944c95d2ed76f9f916ef0427d0013 (diff) | |
parent | 79b6476827f80ed86019804b7293ff1a8fd4af9a (diff) | |
download | fuzzycat-1edd47ee8f43e8a8b84f0ce9ea2c92d998ae3efb.tar.gz fuzzycat-1edd47ee8f43e8a8b84f0ce9ea2c92d998ae3efb.zip |
Merge branch 'bnewbold-dev-setup'
* bnewbold-dev-setup:
dynaconf: switch to fuzzycat.config import across project
upgrade to python3.8
gitlab CI: try 'make deps' and 'make test'
makefile: run common commands inside pipenv
makefile: change 'deps' to be simple --dev --deploy
make fmt
Diffstat (limited to 'Pipfile.lock')
-rw-r--r-- | Pipfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index c6a6acb..8fd364d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "7ec5c05a87af980633df5c5f2a36b29ec2e0aa031b278d9c241dcb675447f35f" + "sha256": "e0423004017b8118e93adf9af4ffd96faa8572db2c03578153adf9b6af4c8c8c" }, "pipfile-spec": 6, "requires": { - "python_version": "3.7" + "python_version": "3.8" }, "sources": [ { |