Skip to content

Commit

Permalink
1.0.2 with Dependency Updates
Browse files Browse the repository at this point in the history
Building 1.0.2 with dependency updates, since GitHub is lovingly warning me about vulnerabilities.

Also, Pipfile.lock shouldn’t be checked in if you’re targeting multiple versions of Python, apparently.

Signed-off-by: Geoffrey Wiseman <geoffrey.wiseman@codiform.com>
  • Loading branch information
geoffreywiseman committed Oct 29, 2018
1 parent d3769e1 commit 76ec871
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 451 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Python
__pycache__/
.pytest_cache/
*.pyc
# Ignore if targeting multiple versions of Python
Pipfile.lock

# Python Venv
/venv

# Python: Build and Distribute
/build
Expand Down

0 comments on commit 76ec871

Please sign in to comment.