Skip to content
Open
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
22 changes: 22 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
mongoengine = "*"
flask-mongoengine = "*"
requests = "*"
boto = "*"
pymongo = "*"
Flask = "*"
Unidecode = "*"
Flask-Bcrypt = "*"
Flask-Login = "*"
boto3 = "*"

[requires]
python_version = "3.7"

[dev-packages]
pep8 = "*"
374 changes: 374 additions & 0 deletions Pipfile.lock

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
* Clone heroku code
* copy heroku env vars into a .env file at project root
* comment out any lines related to python and paths
* `source env/bin/activate`
* `pip install -r requirements.txt`
* `heroku local web`
# Recodeproject

Install `pipenv` and run `pipenv install` to setup a new virtualenv with the deps
Loading