-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merges Pipfile branch with master branch.
Allows for users to use pipenv with Pipfile and Pipfile.lock. Fixes Cyb3r-Jak3/pystalk#3
- Loading branch information
1 parent
2553969
commit 06467de
Showing
4 changed files
with
534 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[[source]] | ||
name = "pypi" | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
|
||
[dev-packages] | ||
flake8 = "*" | ||
pylint = "*" | ||
bandit = "*" | ||
pytest = "*" | ||
|
||
[packages] | ||
hachoir = "*" | ||
plotly = "*" | ||
pandas = "*" | ||
dash = "*" | ||
|
||
[requires] | ||
python_version = "3.7" |
Oops, something went wrong.