Skip to content

Commit

Permalink
Add pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyprinus12138 committed Apr 9, 2019
1 parent c0d6894 commit 2256929
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
flask = "*"
tensorflow = "*"

[requires]
python_version = "3.6"
90 changes: 90 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: '3.1'
services:
redis:
image: "redis"
ports:
- 5601:5601

0 comments on commit 2256929

Please sign in to comment.