Skip to content

Instantly share code, notes, and snippets.

@smaillns
Last active December 31, 2021 23:42
Show Gist options
  • Save smaillns/69aed5f6a68729b3d4df622d64d9ace1 to your computer and use it in GitHub Desktop.
Save smaillns/69aed5f6a68729b3d4df622d64d9ace1 to your computer and use it in GitHub Desktop.
Pipefile
[packages]
nameko = "==3.0.0-rc9"
nameko-sqlalchemy= "==1.5.0"
alembic = "==1.6.5"
marshmallow= "==2.19.2"
sqlalchemy= "==1.4.22"
psycopg2-binary= "==2.9.1"
[dev-packages]
pytest= "==4.5.0"
coverage= "==4.5.3"
flake8= "==3.7.7"
[requires]
python_version = "3.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment