Skip to content

Commit 876203a

Browse files
committed
pipfile and gitignore updates
1 parent abe370a commit 876203a

File tree

3 files changed

+29
-12
lines changed

3 files changed

+29
-12
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ $RECYCLE.BIN/
4545
Network Trash Folder
4646
Temporary Items
4747
.apdisk
48-
secrets.py
49-
secretsProd.py
48+
secrets*
5049
*.pyc
5150
data/*
5251
local/*

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ verify_ssl = true
77

88
[packages]
99
requests = "*"
10+
click = "*"
11+
attrs = "*"
1012

1113
[requires]
1214
python_version = "3.7"

Pipfile.lock

Lines changed: 26 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)