Skip to content

Commit aae9a93

Browse files
committed
Pipenv adjustments
1 parent 77c0ad1 commit aae9a93

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,6 @@ venv.bak/
109109

110110
# old stuff
111111
old_*
112+
113+
# Don't need lockfile in libraries
114+
Pipfile.lock

Pipfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
[[source]]
2-
32
url = "https://pypi.python.org/simple"
43
verify_ssl = true
54
name = "pypi"
65

7-
86
[packages]
9-
107
requests = "*"
118

12-
139
[dev-packages]
14-
1510
pylint = "*"
1611
restructuredtext-lint = "*"
1712
pygments = "*"
@@ -22,7 +17,8 @@ black = "*"
2217
"doc8" = "*"
2318
tox = "*"
2419

25-
2620
[requires]
27-
2821
python_version = "3.6"
22+
23+
[pipenv]
24+
allow_prereleases = true

0 commit comments

Comments
 (0)