diff --git a/Makefile b/Makefile index 18b9132..8a7b5ff 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ test: pipenv run py.test tests init: - pipenv install + pipenv install --skip-lock publish: python setup.py register python setup.py sdist upload diff --git a/Pipfile b/Pipfile index 1336efd..30ca6d9 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,7 @@ verify_ssl = true psycopg2 = "*" pytest = "*" tablib = "*" -SQLAlchemy = "*" +sqlalchemy = "*" docopt = "*" +"-e ." = "*" diff --git a/Pipfile.lock b/Pipfile.lock index c68dcd2..a78a1c4 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ac6b5b492a300241ae429f2aa29503c99a2094da365b1b419d262ca91eb3b644" + "sha256": "1c9373fa5989aeff7b9dd3138b5da98a39e079031d938c79b60f8eb3a7b8b359" }, "host-environment-markers": { "implementation_name": "cpython", @@ -126,6 +126,13 @@ ], "version": "==3.12" }, + "records": { + "hashes": [ + "sha256:6d060a2b44ecc198d4e86efd5dab8558a2581b4019970bd8839e1604a243f57e", + "sha256:238cba35e8efbb724493bbb195bd027d9e78db4a978597969a7af0f722ac3686" + ], + "version": "==0.5.2" + }, "sqlalchemy": { "hashes": [ "sha256:f1191e29e35b6fe1aef7175a09b1707ebb7bd08d0b17cb0feada76c49e5a2d1e"