Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ A collection of useful Python snippets.
on third-party packages.

**third-party:** As the name suggests, it contains those snippets
depending on third-party packages, even though it's only `requests`
depending on third-party packages, even if it's only `requests`
or `click`.

> **Note:** Due to the changed distribution settings of the library `tensorflow`, you need to install it separately on your system in order to run some of the snippets in this repo.
> `tensorflow` is no longer part of the repositories `Pipfile`.

**ebook:** Contains an ebook including the provided snippets and additional explanations and insights.
The ebook is available as `.epub`, `.mobi` and `.pdf`.
Currently `pandoc` doesn't support LaTeX `\ref{...}` handling, which is used in the ebook.
Expand Down
4 changes: 0 additions & 4 deletions third_party/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ clint = "*"
docopt = "*"
tqdm = "*"
opencv-python = "*"
tensorflow = "*"
aiohttp = "*"
gevent = "*"
tornado = "*"
Expand All @@ -44,6 +43,3 @@ textblob = "*"
blist = "*"

[dev-packages]

[requires]
python_version = "3.6"
Loading