From 9e5f8463a901e73c43be10b98a6e7967443cdec5 Mon Sep 17 00:00:00 2001 From: Liam Arbuckle Date: Thu, 29 Apr 2021 08:14:49 +0000 Subject: [PATCH 1/2] DSP-27 Heroku error - trying to properly initialize and setup pipelines for flask heroku pipelines:create --app realpython-example-app --stage production realpython-example-app --- heroku/example/Procfile => Procfile | 0 README.md | 12 +++- .../main.cpython-38.pyc | Bin heroku/example/main.py => app.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 151 -> 0 bytes .../library/__pycache__/admin.cpython-38.pyc | Bin 262 -> 0 bytes .../library/__pycache__/apps.cpython-38.pyc | Bin 430 -> 0 bytes .../library/__pycache__/models.cpython-38.pyc | Bin 630 -> 0 bytes django/djangorest/library/admin.py | 6 -- django/djangorest/library/apps.py | 6 -- .../library/migrations/0001_initial.py | 23 ------- .../library/migrations/0002_book_color.py | 18 ----- .../migrations/0003_auto_20210428_1522.py | 23 ------- .../migrations/0004_auto_20210428_1523.py | 25 ------- .../__pycache__/0001_initial.cpython-38.pyc | Bin 766 -> 0 bytes .../0002_book_color.cpython-38.pyc | Bin 595 -> 0 bytes .../0003_auto_20210428_1522.cpython-38.pyc | Bin 703 -> 0 bytes .../0004_auto_20210428_1523.cpython-38.pyc | Bin 589 -> 0 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 162 -> 0 bytes django/djangorest/library/models.py | 18 ----- django/djangorest/library/serializers.py | 15 ---- django/djangorest/library/tests.py | 3 - django/djangorest/library/views.py | 5 -- .../bin/Activate.ps1 | 0 .../exampleenv => exampleenv}/bin/activate | 0 .../bin/activate.csh | 0 .../bin/activate.fish | 0 .../bin/easy_install | 0 .../bin/easy_install-3.8 | 0 .../exampleenv => exampleenv}/bin/flask | 0 .../example/exampleenv => exampleenv}/bin/pip | 0 .../exampleenv => exampleenv}/bin/pip3 | 0 .../exampleenv => exampleenv}/bin/pip3.8 | 0 .../exampleenv => exampleenv}/bin/python | 0 .../exampleenv => exampleenv}/bin/python3 | 0 .../Flask-1.1.2.dist-info/INSTALLER | 0 .../Flask-1.1.2.dist-info/LICENSE.rst | 0 .../Flask-1.1.2.dist-info/METADATA | 0 .../Flask-1.1.2.dist-info/RECORD | 0 .../site-packages/Flask-1.1.2.dist-info/WHEEL | 0 .../Flask-1.1.2.dist-info/entry_points.txt | 0 .../Flask-1.1.2.dist-info/top_level.txt | 0 .../Jinja2-2.11.3.dist-info/INSTALLER | 0 .../Jinja2-2.11.3.dist-info/LICENSE.rst | 0 .../Jinja2-2.11.3.dist-info/METADATA | 0 .../Jinja2-2.11.3.dist-info/RECORD | 0 .../Jinja2-2.11.3.dist-info/WHEEL | 0 .../Jinja2-2.11.3.dist-info/entry_points.txt | 0 .../Jinja2-2.11.3.dist-info/top_level.txt | 0 .../MarkupSafe-1.1.1.dist-info/INSTALLER | 0 .../MarkupSafe-1.1.1.dist-info/LICENSE.rst | 0 .../MarkupSafe-1.1.1.dist-info/METADATA | 0 .../MarkupSafe-1.1.1.dist-info/RECORD | 0 .../MarkupSafe-1.1.1.dist-info/WHEEL | 0 .../MarkupSafe-1.1.1.dist-info/top_level.txt | 0 .../Werkzeug-1.0.1.dist-info/INSTALLER | 0 .../Werkzeug-1.0.1.dist-info/LICENSE.rst | 0 .../Werkzeug-1.0.1.dist-info/METADATA | 0 .../Werkzeug-1.0.1.dist-info/RECORD | 0 .../Werkzeug-1.0.1.dist-info/WHEEL | 0 .../Werkzeug-1.0.1.dist-info/top_level.txt | 0 .../__pycache__/easy_install.cpython-38.pyc | Bin .../click-7.1.2.dist-info/INSTALLER | 0 .../click-7.1.2.dist-info/LICENSE.rst | 0 .../click-7.1.2.dist-info/METADATA | 0 .../click-7.1.2.dist-info/RECORD | 0 .../site-packages/click-7.1.2.dist-info/WHEEL | 0 .../click-7.1.2.dist-info/top_level.txt | 0 .../python3.8/site-packages/click/__init__.py | 0 .../click/__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/_bashcomplete.cpython-38.pyc | Bin .../click/__pycache__/_compat.cpython-38.pyc | Bin .../__pycache__/_termui_impl.cpython-38.pyc | Bin .../__pycache__/_textwrap.cpython-38.pyc | Bin .../__pycache__/_unicodefun.cpython-38.pyc | Bin .../__pycache__/_winconsole.cpython-38.pyc | Bin .../click/__pycache__/core.cpython-38.pyc | Bin .../__pycache__/decorators.cpython-38.pyc | Bin .../__pycache__/exceptions.cpython-38.pyc | Bin .../__pycache__/formatting.cpython-38.pyc | Bin .../click/__pycache__/globals.cpython-38.pyc | Bin .../click/__pycache__/parser.cpython-38.pyc | Bin .../click/__pycache__/termui.cpython-38.pyc | Bin .../click/__pycache__/testing.cpython-38.pyc | Bin .../click/__pycache__/types.cpython-38.pyc | Bin .../click/__pycache__/utils.cpython-38.pyc | Bin .../site-packages/click/_bashcomplete.py | 0 .../python3.8/site-packages/click/_compat.py | 0 .../site-packages/click/_termui_impl.py | 0 .../site-packages/click/_textwrap.py | 0 .../site-packages/click/_unicodefun.py | 0 .../site-packages/click/_winconsole.py | 0 .../lib/python3.8/site-packages/click/core.py | 0 .../site-packages/click/decorators.py | 0 .../site-packages/click/exceptions.py | 0 .../site-packages/click/formatting.py | 0 .../python3.8/site-packages/click/globals.py | 0 .../python3.8/site-packages/click/parser.py | 0 .../python3.8/site-packages/click/termui.py | 0 .../python3.8/site-packages/click/testing.py | 0 .../python3.8/site-packages/click/types.py | 0 .../python3.8/site-packages/click/utils.py | 0 .../python3.8/site-packages/easy_install.py | 0 .../python3.8/site-packages/flask/__init__.py | 0 .../python3.8/site-packages/flask/__main__.py | 0 .../flask/__pycache__/__init__.cpython-38.pyc | Bin .../flask/__pycache__/__main__.cpython-38.pyc | Bin .../flask/__pycache__/_compat.cpython-38.pyc | Bin .../flask/__pycache__/app.cpython-38.pyc | Bin .../__pycache__/blueprints.cpython-38.pyc | Bin .../flask/__pycache__/cli.cpython-38.pyc | Bin .../flask/__pycache__/config.cpython-38.pyc | Bin .../flask/__pycache__/ctx.cpython-38.pyc | Bin .../__pycache__/debughelpers.cpython-38.pyc | Bin .../flask/__pycache__/globals.cpython-38.pyc | Bin .../flask/__pycache__/helpers.cpython-38.pyc | Bin .../flask/__pycache__/logging.cpython-38.pyc | Bin .../flask/__pycache__/sessions.cpython-38.pyc | Bin .../flask/__pycache__/signals.cpython-38.pyc | Bin .../__pycache__/templating.cpython-38.pyc | Bin .../flask/__pycache__/testing.cpython-38.pyc | Bin .../flask/__pycache__/views.cpython-38.pyc | Bin .../flask/__pycache__/wrappers.cpython-38.pyc | Bin .../python3.8/site-packages/flask/_compat.py | 0 .../lib/python3.8/site-packages/flask/app.py | 0 .../site-packages/flask/blueprints.py | 0 .../lib/python3.8/site-packages/flask/cli.py | 0 .../python3.8/site-packages/flask/config.py | 0 .../lib/python3.8/site-packages/flask/ctx.py | 0 .../site-packages/flask/debughelpers.py | 0 .../python3.8/site-packages/flask/globals.py | 0 .../python3.8/site-packages/flask/helpers.py | 0 .../site-packages/flask/json/__init__.py | 0 .../json/__pycache__/__init__.cpython-38.pyc | Bin .../flask/json/__pycache__/tag.cpython-38.pyc | Bin .../python3.8/site-packages/flask/json/tag.py | 0 .../python3.8/site-packages/flask/logging.py | 0 .../python3.8/site-packages/flask/sessions.py | 0 .../python3.8/site-packages/flask/signals.py | 0 .../site-packages/flask/templating.py | 0 .../python3.8/site-packages/flask/testing.py | 0 .../python3.8/site-packages/flask/views.py | 0 .../python3.8/site-packages/flask/wrappers.py | 0 .../itsdangerous-1.1.0.dist-info/INSTALLER | 0 .../itsdangerous-1.1.0.dist-info/LICENSE.rst | 0 .../itsdangerous-1.1.0.dist-info/METADATA | 0 .../itsdangerous-1.1.0.dist-info/RECORD | 0 .../itsdangerous-1.1.0.dist-info/WHEEL | 0 .../top_level.txt | 0 .../site-packages/itsdangerous/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/_compat.cpython-38.pyc | Bin .../__pycache__/_json.cpython-38.pyc | Bin .../__pycache__/encoding.cpython-38.pyc | Bin .../__pycache__/exc.cpython-38.pyc | Bin .../__pycache__/jws.cpython-38.pyc | Bin .../__pycache__/serializer.cpython-38.pyc | Bin .../__pycache__/signer.cpython-38.pyc | Bin .../__pycache__/timed.cpython-38.pyc | Bin .../__pycache__/url_safe.cpython-38.pyc | Bin .../site-packages/itsdangerous/_compat.py | 0 .../site-packages/itsdangerous/_json.py | 0 .../site-packages/itsdangerous/encoding.py | 0 .../site-packages/itsdangerous/exc.py | 0 .../site-packages/itsdangerous/jws.py | 0 .../site-packages/itsdangerous/serializer.py | 0 .../site-packages/itsdangerous/signer.py | 0 .../site-packages/itsdangerous/timed.py | 0 .../site-packages/itsdangerous/url_safe.py | 0 .../site-packages/jinja2/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../jinja2/__pycache__/_compat.cpython-38.pyc | Bin .../__pycache__/_identifier.cpython-38.pyc | Bin .../__pycache__/asyncfilters.cpython-38.pyc | Bin .../__pycache__/asyncsupport.cpython-38.pyc | Bin .../jinja2/__pycache__/bccache.cpython-38.pyc | Bin .../__pycache__/compiler.cpython-38.pyc | Bin .../__pycache__/constants.cpython-38.pyc | Bin .../jinja2/__pycache__/debug.cpython-38.pyc | Bin .../__pycache__/defaults.cpython-38.pyc | Bin .../__pycache__/environment.cpython-38.pyc | Bin .../__pycache__/exceptions.cpython-38.pyc | Bin .../jinja2/__pycache__/ext.cpython-38.pyc | Bin .../jinja2/__pycache__/filters.cpython-38.pyc | Bin .../__pycache__/idtracking.cpython-38.pyc | Bin .../jinja2/__pycache__/lexer.cpython-38.pyc | Bin .../jinja2/__pycache__/loaders.cpython-38.pyc | Bin .../jinja2/__pycache__/meta.cpython-38.pyc | Bin .../__pycache__/nativetypes.cpython-38.pyc | Bin .../jinja2/__pycache__/nodes.cpython-38.pyc | Bin .../__pycache__/optimizer.cpython-38.pyc | Bin .../jinja2/__pycache__/parser.cpython-38.pyc | Bin .../jinja2/__pycache__/runtime.cpython-38.pyc | Bin .../jinja2/__pycache__/sandbox.cpython-38.pyc | Bin .../jinja2/__pycache__/tests.cpython-38.pyc | Bin .../jinja2/__pycache__/utils.cpython-38.pyc | Bin .../jinja2/__pycache__/visitor.cpython-38.pyc | Bin .../python3.8/site-packages/jinja2/_compat.py | 0 .../site-packages/jinja2/_identifier.py | 0 .../site-packages/jinja2/asyncfilters.py | 0 .../site-packages/jinja2/asyncsupport.py | 0 .../python3.8/site-packages/jinja2/bccache.py | 0 .../site-packages/jinja2/compiler.py | 0 .../site-packages/jinja2/constants.py | 0 .../python3.8/site-packages/jinja2/debug.py | 0 .../site-packages/jinja2/defaults.py | 0 .../site-packages/jinja2/environment.py | 0 .../site-packages/jinja2/exceptions.py | 0 .../lib/python3.8/site-packages/jinja2/ext.py | 0 .../python3.8/site-packages/jinja2/filters.py | 0 .../site-packages/jinja2/idtracking.py | 0 .../python3.8/site-packages/jinja2/lexer.py | 0 .../python3.8/site-packages/jinja2/loaders.py | 0 .../python3.8/site-packages/jinja2/meta.py | 0 .../site-packages/jinja2/nativetypes.py | 0 .../python3.8/site-packages/jinja2/nodes.py | 0 .../site-packages/jinja2/optimizer.py | 0 .../python3.8/site-packages/jinja2/parser.py | 0 .../python3.8/site-packages/jinja2/runtime.py | 0 .../python3.8/site-packages/jinja2/sandbox.py | 0 .../python3.8/site-packages/jinja2/tests.py | 0 .../python3.8/site-packages/jinja2/utils.py | 0 .../python3.8/site-packages/jinja2/visitor.py | 0 .../site-packages/markupsafe/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/_compat.cpython-38.pyc | Bin .../__pycache__/_constants.cpython-38.pyc | Bin .../__pycache__/_native.cpython-38.pyc | Bin .../site-packages/markupsafe/_compat.py | 0 .../site-packages/markupsafe/_constants.py | 0 .../site-packages/markupsafe/_native.py | 0 .../site-packages/markupsafe/_speedups.c | 0 .../_speedups.cpython-38-x86_64-linux-gnu.so | Bin .../pip-20.0.2.dist-info/INSTALLER | 0 .../pip-20.0.2.dist-info/LICENSE.txt | 0 .../pip-20.0.2.dist-info/METADATA | 0 .../site-packages/pip-20.0.2.dist-info/RECORD | 0 .../site-packages/pip-20.0.2.dist-info/WHEEL | 0 .../pip-20.0.2.dist-info/entry_points.txt | 0 .../pip-20.0.2.dist-info/top_level.txt | 0 .../python3.8/site-packages/pip/__init__.py | 0 .../python3.8/site-packages/pip/__main__.py | 0 .../pip/__pycache__/__init__.cpython-38.pyc | Bin .../pip/__pycache__/__main__.cpython-38.pyc | Bin .../site-packages/pip/_internal/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/build_env.cpython-38.pyc | Bin .../__pycache__/cache.cpython-38.pyc | Bin .../__pycache__/configuration.cpython-38.pyc | Bin .../__pycache__/exceptions.cpython-38.pyc | Bin .../__pycache__/legacy_resolve.cpython-38.pyc | Bin .../__pycache__/locations.cpython-38.pyc | Bin .../_internal/__pycache__/main.cpython-38.pyc | Bin .../__pycache__/pep425tags.cpython-38.pyc | Bin .../__pycache__/pyproject.cpython-38.pyc | Bin .../self_outdated_check.cpython-38.pyc | Bin .../__pycache__/wheel_builder.cpython-38.pyc | Bin .../site-packages/pip/_internal/build_env.py | 0 .../site-packages/pip/_internal/cache.py | 0 .../pip/_internal/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/autocompletion.cpython-38.pyc | Bin .../__pycache__/base_command.cpython-38.pyc | Bin .../cli/__pycache__/cmdoptions.cpython-38.pyc | Bin .../command_context.cpython-38.pyc | Bin .../cli/__pycache__/main.cpython-38.pyc | Bin .../__pycache__/main_parser.cpython-38.pyc | Bin .../cli/__pycache__/parser.cpython-38.pyc | Bin .../__pycache__/req_command.cpython-38.pyc | Bin .../__pycache__/status_codes.cpython-38.pyc | Bin .../pip/_internal/cli/autocompletion.py | 0 .../pip/_internal/cli/base_command.py | 0 .../pip/_internal/cli/cmdoptions.py | 0 .../pip/_internal/cli/command_context.py | 0 .../site-packages/pip/_internal/cli/main.py | 0 .../pip/_internal/cli/main_parser.py | 0 .../site-packages/pip/_internal/cli/parser.py | 0 .../pip/_internal/cli/req_command.py | 0 .../pip/_internal/cli/status_codes.py | 0 .../pip/_internal/commands/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../commands/__pycache__/check.cpython-38.pyc | Bin .../__pycache__/completion.cpython-38.pyc | Bin .../__pycache__/configuration.cpython-38.pyc | Bin .../commands/__pycache__/debug.cpython-38.pyc | Bin .../__pycache__/download.cpython-38.pyc | Bin .../__pycache__/freeze.cpython-38.pyc | Bin .../commands/__pycache__/hash.cpython-38.pyc | Bin .../commands/__pycache__/help.cpython-38.pyc | Bin .../__pycache__/install.cpython-38.pyc | Bin .../commands/__pycache__/list.cpython-38.pyc | Bin .../__pycache__/search.cpython-38.pyc | Bin .../commands/__pycache__/show.cpython-38.pyc | Bin .../__pycache__/uninstall.cpython-38.pyc | Bin .../commands/__pycache__/wheel.cpython-38.pyc | Bin .../pip/_internal/commands/check.py | 0 .../pip/_internal/commands/completion.py | 0 .../pip/_internal/commands/configuration.py | 0 .../pip/_internal/commands/debug.py | 0 .../pip/_internal/commands/download.py | 0 .../pip/_internal/commands/freeze.py | 0 .../pip/_internal/commands/hash.py | 0 .../pip/_internal/commands/help.py | 0 .../pip/_internal/commands/install.py | 0 .../pip/_internal/commands/list.py | 0 .../pip/_internal/commands/search.py | 0 .../pip/_internal/commands/show.py | 0 .../pip/_internal/commands/uninstall.py | 0 .../pip/_internal/commands/wheel.py | 0 .../pip/_internal/configuration.py | 0 .../pip/_internal/distributions/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/base.cpython-38.pyc | Bin .../__pycache__/installed.cpython-38.pyc | Bin .../__pycache__/sdist.cpython-38.pyc | Bin .../__pycache__/wheel.cpython-38.pyc | Bin .../pip/_internal/distributions/base.py | 0 .../pip/_internal/distributions/installed.py | 0 .../pip/_internal/distributions/sdist.py | 0 .../pip/_internal/distributions/wheel.py | 0 .../site-packages/pip/_internal/exceptions.py | 0 .../pip/_internal/index/__init__.py | 0 .../index/__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/collector.cpython-38.pyc | Bin .../__pycache__/package_finder.cpython-38.pyc | Bin .../pip/_internal/index/collector.py | 0 .../pip/_internal/index/package_finder.py | 0 .../pip/_internal/legacy_resolve.py | 0 .../site-packages/pip/_internal/locations.py | 0 .../site-packages/pip/_internal/main.py | 0 .../pip/_internal/models/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/candidate.cpython-38.pyc | Bin .../__pycache__/format_control.cpython-38.pyc | Bin .../models/__pycache__/index.cpython-38.pyc | Bin .../models/__pycache__/link.cpython-38.pyc | Bin .../models/__pycache__/scheme.cpython-38.pyc | Bin .../__pycache__/search_scope.cpython-38.pyc | Bin .../selection_prefs.cpython-38.pyc | Bin .../__pycache__/target_python.cpython-38.pyc | Bin .../models/__pycache__/wheel.cpython-38.pyc | Bin .../pip/_internal/models/candidate.py | 0 .../pip/_internal/models/format_control.py | 0 .../pip/_internal/models/index.py | 0 .../pip/_internal/models/link.py | 0 .../pip/_internal/models/scheme.py | 0 .../pip/_internal/models/search_scope.py | 0 .../pip/_internal/models/selection_prefs.py | 0 .../pip/_internal/models/target_python.py | 0 .../pip/_internal/models/wheel.py | 0 .../pip/_internal/network/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../network/__pycache__/auth.cpython-38.pyc | Bin .../network/__pycache__/cache.cpython-38.pyc | Bin .../__pycache__/download.cpython-38.pyc | Bin .../__pycache__/session.cpython-38.pyc | Bin .../network/__pycache__/utils.cpython-38.pyc | Bin .../network/__pycache__/xmlrpc.cpython-38.pyc | Bin .../pip/_internal/network/auth.py | 0 .../pip/_internal/network/cache.py | 0 .../pip/_internal/network/download.py | 0 .../pip/_internal/network/session.py | 0 .../pip/_internal/network/utils.py | 0 .../pip/_internal/network/xmlrpc.py | 0 .../pip/_internal/operations}/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/check.cpython-38.pyc | Bin .../__pycache__/freeze.cpython-38.pyc | Bin .../__pycache__/prepare.cpython-38.pyc | Bin .../_internal/operations/build}/__init__.py | 0 .../build/__pycache__/__init__.cpython-38.pyc | Bin .../build/__pycache__/metadata.cpython-38.pyc | Bin .../metadata_legacy.cpython-38.pyc | Bin .../build/__pycache__/wheel.cpython-38.pyc | Bin .../__pycache__/wheel_legacy.cpython-38.pyc | Bin .../_internal/operations/build/metadata.py | 0 .../operations/build/metadata_legacy.py | 0 .../pip/_internal/operations/build/wheel.py | 0 .../operations/build/wheel_legacy.py | 0 .../pip/_internal/operations/check.py | 0 .../pip/_internal/operations/freeze.py | 0 .../_internal/operations/install/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../editable_legacy.cpython-38.pyc | Bin .../install/__pycache__/legacy.cpython-38.pyc | Bin .../install/__pycache__/wheel.cpython-38.pyc | Bin .../operations/install/editable_legacy.py | 0 .../_internal/operations/install/legacy.py | 0 .../pip/_internal/operations/install/wheel.py | 0 .../pip/_internal/operations/prepare.py | 0 .../site-packages/pip/_internal/pep425tags.py | 0 .../site-packages/pip/_internal/pyproject.py | 0 .../pip/_internal/req/__init__.py | 0 .../req/__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/constructors.cpython-38.pyc | Bin .../req/__pycache__/req_file.cpython-38.pyc | Bin .../__pycache__/req_install.cpython-38.pyc | Bin .../req/__pycache__/req_set.cpython-38.pyc | Bin .../__pycache__/req_tracker.cpython-38.pyc | Bin .../__pycache__/req_uninstall.cpython-38.pyc | Bin .../pip/_internal/req/constructors.py | 0 .../pip/_internal/req/req_file.py | 0 .../pip/_internal/req/req_install.py | 0 .../pip/_internal/req/req_set.py | 0 .../pip/_internal/req/req_tracker.py | 0 .../pip/_internal/req/req_uninstall.py | 0 .../pip/_internal/self_outdated_check.py | 0 .../pip/_internal/utils}/__init__.py | 0 .../utils/__pycache__/__init__.cpython-38.pyc | Bin .../utils/__pycache__/appdirs.cpython-38.pyc | Bin .../utils/__pycache__/compat.cpython-38.pyc | Bin .../__pycache__/deprecation.cpython-38.pyc | Bin .../__pycache__/distutils_args.cpython-38.pyc | Bin .../utils/__pycache__/encoding.cpython-38.pyc | Bin .../__pycache__/entrypoints.cpython-38.pyc | Bin .../__pycache__/filesystem.cpython-38.pyc | Bin .../__pycache__/filetypes.cpython-38.pyc | Bin .../utils/__pycache__/glibc.cpython-38.pyc | Bin .../utils/__pycache__/hashes.cpython-38.pyc | Bin .../inject_securetransport.cpython-38.pyc | Bin .../utils/__pycache__/logging.cpython-38.pyc | Bin .../__pycache__/marker_files.cpython-38.pyc | Bin .../utils/__pycache__/misc.cpython-38.pyc | Bin .../utils/__pycache__/models.cpython-38.pyc | Bin .../__pycache__/packaging.cpython-38.pyc | Bin .../__pycache__/pkg_resources.cpython-38.pyc | Bin .../setuptools_build.cpython-38.pyc | Bin .../__pycache__/subprocess.cpython-38.pyc | Bin .../utils/__pycache__/temp_dir.cpython-38.pyc | Bin .../utils/__pycache__/typing.cpython-38.pyc | Bin .../utils/__pycache__/ui.cpython-38.pyc | Bin .../__pycache__/unpacking.cpython-38.pyc | Bin .../utils/__pycache__/urls.cpython-38.pyc | Bin .../__pycache__/virtualenv.cpython-38.pyc | Bin .../utils/__pycache__/wheel.cpython-38.pyc | Bin .../pip/_internal/utils/appdirs.py | 0 .../pip/_internal/utils/compat.py | 0 .../pip/_internal/utils/deprecation.py | 0 .../pip/_internal/utils/distutils_args.py | 0 .../pip/_internal/utils/encoding.py | 0 .../pip/_internal/utils/entrypoints.py | 0 .../pip/_internal/utils/filesystem.py | 0 .../pip/_internal/utils/filetypes.py | 0 .../pip/_internal/utils/glibc.py | 0 .../pip/_internal/utils/hashes.py | 0 .../_internal/utils/inject_securetransport.py | 0 .../pip/_internal/utils/logging.py | 0 .../pip/_internal/utils/marker_files.py | 0 .../site-packages/pip/_internal/utils/misc.py | 0 .../pip/_internal/utils/models.py | 0 .../pip/_internal/utils/packaging.py | 0 .../pip/_internal/utils/pkg_resources.py | 0 .../pip/_internal/utils/setuptools_build.py | 0 .../pip/_internal/utils/subprocess.py | 0 .../pip/_internal/utils/temp_dir.py | 0 .../pip/_internal/utils/typing.py | 0 .../site-packages/pip/_internal/utils/ui.py | 0 .../pip/_internal/utils/unpacking.py | 0 .../site-packages/pip/_internal/utils/urls.py | 0 .../pip/_internal/utils/virtualenv.py | 0 .../pip/_internal/utils/wheel.py | 0 .../pip/_internal/vcs/__init__.py | 0 .../vcs/__pycache__/__init__.cpython-38.pyc | Bin .../vcs/__pycache__/bazaar.cpython-38.pyc | Bin .../vcs/__pycache__/git.cpython-38.pyc | Bin .../vcs/__pycache__/mercurial.cpython-38.pyc | Bin .../vcs/__pycache__/subversion.cpython-38.pyc | Bin .../__pycache__/versioncontrol.cpython-38.pyc | Bin .../site-packages/pip/_internal/vcs/bazaar.py | 0 .../site-packages/pip/_internal/vcs/git.py | 0 .../pip/_internal/vcs/mercurial.py | 0 .../pip/_internal/vcs/subversion.py | 0 .../pip/_internal/vcs/versioncontrol.py | 0 .../pip/_internal/wheel_builder.py | 0 .../site-packages/pip/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../pkg_resources-0.0.0.dist-info/AUTHORS.txt | 0 .../pkg_resources-0.0.0.dist-info/INSTALLER | 0 .../pkg_resources-0.0.0.dist-info/LICENSE.txt | 0 .../pkg_resources-0.0.0.dist-info/METADATA | 0 .../pkg_resources-0.0.0.dist-info/RECORD | 0 .../pkg_resources-0.0.0.dist-info/WHEEL | 0 .../site-packages/pkg_resources/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/py31compat.cpython-38.pyc | Bin .../pkg_resources/_vendor}/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/appdirs.cpython-38.pyc | Bin .../__pycache__/pyparsing.cpython-38.pyc | Bin .../_vendor/__pycache__/six.cpython-38.pyc | Bin .../pkg_resources/_vendor/appdirs.py | 0 .../_vendor/packaging/__about__.py | 0 .../_vendor/packaging/__init__.py | 0 .../__pycache__/__about__.cpython-38.pyc | Bin .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/_compat.cpython-38.pyc | Bin .../__pycache__/_structures.cpython-38.pyc | Bin .../__pycache__/markers.cpython-38.pyc | Bin .../__pycache__/requirements.cpython-38.pyc | Bin .../__pycache__/specifiers.cpython-38.pyc | Bin .../__pycache__/utils.cpython-38.pyc | Bin .../__pycache__/version.cpython-38.pyc | Bin .../_vendor/packaging/_compat.py | 0 .../_vendor/packaging/_structures.py | 0 .../_vendor/packaging/markers.py | 0 .../_vendor/packaging/requirements.py | 0 .../_vendor/packaging/specifiers.py | 0 .../pkg_resources/_vendor/packaging/utils.py | 0 .../_vendor/packaging/version.py | 0 .../pkg_resources/_vendor/pyparsing.py | 0 .../pkg_resources/_vendor/six.py | 0 .../pkg_resources/extern/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../site-packages/pkg_resources/py31compat.py | 0 .../setuptools-44.0.0.dist-info/AUTHORS.txt | 0 .../setuptools-44.0.0.dist-info/INSTALLER | 0 .../setuptools-44.0.0.dist-info/LICENSE.txt | 0 .../setuptools-44.0.0.dist-info/METADATA | 0 .../setuptools-44.0.0.dist-info/RECORD | 0 .../setuptools-44.0.0.dist-info/WHEEL | 0 .../dependency_links.txt | 0 .../entry_points.txt | 0 .../setuptools-44.0.0.dist-info/top_level.txt | 0 .../setuptools-44.0.0.dist-info/zip-safe | 0 .../site-packages/setuptools/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../_deprecation_warning.cpython-38.pyc | Bin .../__pycache__/_imp.cpython-38.pyc | Bin .../__pycache__/archive_util.cpython-38.pyc | Bin .../__pycache__/build_meta.cpython-38.pyc | Bin .../__pycache__/config.cpython-38.pyc | Bin .../__pycache__/dep_util.cpython-38.pyc | Bin .../__pycache__/depends.cpython-38.pyc | Bin .../__pycache__/dist.cpython-38.pyc | Bin .../__pycache__/errors.cpython-38.pyc | Bin .../__pycache__/extension.cpython-38.pyc | Bin .../__pycache__/glob.cpython-38.pyc | Bin .../__pycache__/installer.cpython-38.pyc | Bin .../__pycache__/launch.cpython-38.pyc | Bin .../__pycache__/lib2to3_ex.cpython-38.pyc | Bin .../__pycache__/monkey.cpython-38.pyc | Bin .../__pycache__/msvc.cpython-38.pyc | Bin .../__pycache__/namespaces.cpython-38.pyc | Bin .../__pycache__/package_index.cpython-38.pyc | Bin .../__pycache__/py27compat.cpython-38.pyc | Bin .../__pycache__/py31compat.cpython-38.pyc | Bin .../__pycache__/py33compat.cpython-38.pyc | Bin .../__pycache__/py34compat.cpython-38.pyc | Bin .../__pycache__/sandbox.cpython-38.pyc | Bin .../__pycache__/site-patch.cpython-38.pyc | Bin .../__pycache__/ssl_support.cpython-38.pyc | Bin .../__pycache__/unicode_utils.cpython-38.pyc | Bin .../__pycache__/version.cpython-38.pyc | Bin .../__pycache__/wheel.cpython-38.pyc | Bin .../windows_support.cpython-38.pyc | Bin .../setuptools/_deprecation_warning.py | 0 .../site-packages/setuptools/_imp.py | 0 .../setuptools/_vendor}/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/ordered_set.cpython-38.pyc | Bin .../__pycache__/pyparsing.cpython-38.pyc | Bin .../_vendor/__pycache__/six.cpython-38.pyc | Bin .../setuptools/_vendor/ordered_set.py | 0 .../setuptools/_vendor/packaging/__about__.py | 0 .../setuptools/_vendor/packaging/__init__.py | 0 .../__pycache__/__about__.cpython-38.pyc | Bin .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/_compat.cpython-38.pyc | Bin .../__pycache__/_structures.cpython-38.pyc | Bin .../__pycache__/markers.cpython-38.pyc | Bin .../__pycache__/requirements.cpython-38.pyc | Bin .../__pycache__/specifiers.cpython-38.pyc | Bin .../packaging/__pycache__/tags.cpython-38.pyc | Bin .../__pycache__/utils.cpython-38.pyc | Bin .../__pycache__/version.cpython-38.pyc | Bin .../setuptools/_vendor/packaging/_compat.py | 0 .../_vendor/packaging/_structures.py | 0 .../setuptools/_vendor/packaging/markers.py | 0 .../_vendor/packaging/requirements.py | 0 .../_vendor/packaging/specifiers.py | 0 .../setuptools/_vendor/packaging/tags.py | 0 .../setuptools/_vendor/packaging/utils.py | 0 .../setuptools/_vendor/packaging/version.py | 0 .../setuptools/_vendor/pyparsing.py | 0 .../site-packages/setuptools/_vendor/six.py | 0 .../site-packages/setuptools/archive_util.py | 0 .../site-packages/setuptools/build_meta.py | 0 .../site-packages/setuptools/cli-32.exe | Bin .../site-packages/setuptools/cli-64.exe | Bin .../site-packages/setuptools/cli.exe | Bin .../setuptools/command/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../command/__pycache__/alias.cpython-38.pyc | Bin .../__pycache__/bdist_egg.cpython-38.pyc | Bin .../__pycache__/bdist_rpm.cpython-38.pyc | Bin .../__pycache__/bdist_wininst.cpython-38.pyc | Bin .../__pycache__/build_clib.cpython-38.pyc | Bin .../__pycache__/build_ext.cpython-38.pyc | Bin .../__pycache__/build_py.cpython-38.pyc | Bin .../__pycache__/develop.cpython-38.pyc | Bin .../__pycache__/dist_info.cpython-38.pyc | Bin .../__pycache__/easy_install.cpython-38.pyc | Bin .../__pycache__/egg_info.cpython-38.pyc | Bin .../__pycache__/install.cpython-38.pyc | Bin .../install_egg_info.cpython-38.pyc | Bin .../__pycache__/install_lib.cpython-38.pyc | Bin .../install_scripts.cpython-38.pyc | Bin .../__pycache__/py36compat.cpython-38.pyc | Bin .../__pycache__/register.cpython-38.pyc | Bin .../command/__pycache__/rotate.cpython-38.pyc | Bin .../__pycache__/saveopts.cpython-38.pyc | Bin .../command/__pycache__/sdist.cpython-38.pyc | Bin .../command/__pycache__/setopt.cpython-38.pyc | Bin .../command/__pycache__/test.cpython-38.pyc | Bin .../command/__pycache__/upload.cpython-38.pyc | Bin .../__pycache__/upload_docs.cpython-38.pyc | Bin .../site-packages/setuptools/command/alias.py | 0 .../setuptools/command/bdist_egg.py | 0 .../setuptools/command/bdist_rpm.py | 0 .../setuptools/command/bdist_wininst.py | 0 .../setuptools/command/build_clib.py | 0 .../setuptools/command/build_ext.py | 0 .../setuptools/command/build_py.py | 0 .../setuptools/command/develop.py | 0 .../setuptools/command/dist_info.py | 0 .../setuptools/command/easy_install.py | 0 .../setuptools/command/egg_info.py | 0 .../setuptools/command/install.py | 0 .../setuptools/command/install_egg_info.py | 0 .../setuptools/command/install_lib.py | 0 .../setuptools/command/install_scripts.py | 0 .../setuptools/command/launcher manifest.xml | 0 .../setuptools/command/py36compat.py | 0 .../setuptools/command/register.py | 0 .../setuptools/command/rotate.py | 0 .../setuptools/command/saveopts.py | 0 .../site-packages/setuptools/command/sdist.py | 0 .../setuptools/command/setopt.py | 0 .../site-packages/setuptools/command/test.py | 0 .../setuptools/command/upload.py | 0 .../setuptools/command/upload_docs.py | 0 .../site-packages/setuptools/config.py | 0 .../site-packages/setuptools/dep_util.py | 0 .../site-packages/setuptools/depends.py | 0 .../site-packages/setuptools/dist.py | 0 .../site-packages/setuptools/errors.py | 0 .../site-packages/setuptools/extension.py | 0 .../setuptools/extern/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../site-packages/setuptools/glob.py | 0 .../site-packages/setuptools/gui-32.exe | Bin .../site-packages/setuptools/gui-64.exe | Bin .../site-packages/setuptools/gui.exe | Bin .../site-packages/setuptools/installer.py | 0 .../site-packages/setuptools/launch.py | 0 .../site-packages/setuptools/lib2to3_ex.py | 0 .../site-packages/setuptools/monkey.py | 0 .../site-packages/setuptools/msvc.py | 0 .../site-packages/setuptools/namespaces.py | 0 .../site-packages/setuptools/package_index.py | 0 .../site-packages/setuptools/py27compat.py | 0 .../site-packages/setuptools/py31compat.py | 0 .../site-packages/setuptools/py33compat.py | 0 .../site-packages/setuptools/py34compat.py | 0 .../site-packages/setuptools/sandbox.py | 0 .../setuptools/script (dev).tmpl | 0 .../site-packages/setuptools/script.tmpl | 0 .../site-packages/setuptools/site-patch.py | 0 .../site-packages/setuptools/ssl_support.py | 0 .../site-packages/setuptools/unicode_utils.py | 0 .../site-packages/setuptools/version.py | 0 .../site-packages/setuptools/wheel.py | 0 .../setuptools/windows_support.py | 0 .../site-packages/werkzeug/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/_compat.cpython-38.pyc | Bin .../__pycache__/_internal.cpython-38.pyc | Bin .../__pycache__/_reloader.cpython-38.pyc | Bin .../__pycache__/datastructures.cpython-38.pyc | Bin .../__pycache__/exceptions.cpython-38.pyc | Bin .../__pycache__/filesystem.cpython-38.pyc | Bin .../__pycache__/formparser.cpython-38.pyc | Bin .../werkzeug/__pycache__/http.cpython-38.pyc | Bin .../werkzeug/__pycache__/local.cpython-38.pyc | Bin .../__pycache__/posixemulation.cpython-38.pyc | Bin .../__pycache__/routing.cpython-38.pyc | Bin .../__pycache__/security.cpython-38.pyc | Bin .../__pycache__/serving.cpython-38.pyc | Bin .../werkzeug/__pycache__/test.cpython-38.pyc | Bin .../__pycache__/testapp.cpython-38.pyc | Bin .../werkzeug/__pycache__/urls.cpython-38.pyc | Bin .../__pycache__/useragents.cpython-38.pyc | Bin .../werkzeug/__pycache__/utils.cpython-38.pyc | Bin .../werkzeug/__pycache__/wsgi.cpython-38.pyc | Bin .../site-packages/werkzeug/_compat.py | 0 .../site-packages/werkzeug/_internal.py | 0 .../site-packages/werkzeug/_reloader.py | 0 .../site-packages/werkzeug/datastructures.py | 0 .../site-packages/werkzeug/debug/__init__.py | 0 .../debug/__pycache__/__init__.cpython-38.pyc | Bin .../debug/__pycache__/console.cpython-38.pyc | Bin .../debug/__pycache__/repr.cpython-38.pyc | Bin .../debug/__pycache__/tbtools.cpython-38.pyc | Bin .../site-packages/werkzeug/debug/console.py | 0 .../site-packages/werkzeug/debug/repr.py | 0 .../werkzeug/debug/shared/FONT_LICENSE | 0 .../werkzeug/debug/shared/console.png | Bin .../werkzeug/debug/shared/debugger.js | 0 .../werkzeug/debug/shared/jquery.js | 0 .../werkzeug/debug/shared/less.png | Bin .../werkzeug/debug/shared/more.png | Bin .../werkzeug/debug/shared/source.png | Bin .../werkzeug/debug/shared/style.css | 0 .../werkzeug/debug/shared/ubuntu.ttf | Bin .../site-packages/werkzeug/debug/tbtools.py | 0 .../site-packages/werkzeug/exceptions.py | 0 .../site-packages/werkzeug/filesystem.py | 0 .../site-packages/werkzeug/formparser.py | 0 .../python3.8/site-packages/werkzeug/http.py | 0 .../python3.8/site-packages/werkzeug/local.py | 0 .../werkzeug/middleware/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/dispatcher.cpython-38.pyc | Bin .../__pycache__/http_proxy.cpython-38.pyc | Bin .../__pycache__/lint.cpython-38.pyc | Bin .../__pycache__/profiler.cpython-38.pyc | Bin .../__pycache__/proxy_fix.cpython-38.pyc | Bin .../__pycache__/shared_data.cpython-38.pyc | Bin .../werkzeug/middleware/dispatcher.py | 0 .../werkzeug/middleware/http_proxy.py | 0 .../site-packages/werkzeug/middleware/lint.py | 0 .../werkzeug/middleware/profiler.py | 0 .../werkzeug/middleware/proxy_fix.py | 0 .../werkzeug/middleware/shared_data.py | 0 .../site-packages/werkzeug/posixemulation.py | 0 .../site-packages/werkzeug/routing.py | 0 .../site-packages/werkzeug/security.py | 0 .../site-packages/werkzeug/serving.py | 0 .../python3.8/site-packages/werkzeug/test.py | 0 .../site-packages/werkzeug/testapp.py | 0 .../python3.8/site-packages/werkzeug/urls.py | 0 .../site-packages/werkzeug/useragents.py | 0 .../python3.8/site-packages/werkzeug/utils.py | 0 .../werkzeug/wrappers/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin .../__pycache__/accept.cpython-38.pyc | Bin .../wrappers/__pycache__/auth.cpython-38.pyc | Bin .../__pycache__/base_request.cpython-38.pyc | Bin .../__pycache__/base_response.cpython-38.pyc | Bin .../common_descriptors.cpython-38.pyc | Bin .../wrappers/__pycache__/cors.cpython-38.pyc | Bin .../wrappers/__pycache__/etag.cpython-38.pyc | Bin .../wrappers/__pycache__/json.cpython-38.pyc | Bin .../__pycache__/request.cpython-38.pyc | Bin .../__pycache__/response.cpython-38.pyc | Bin .../__pycache__/user_agent.cpython-38.pyc | Bin .../site-packages/werkzeug/wrappers/accept.py | 0 .../site-packages/werkzeug/wrappers/auth.py | 0 .../werkzeug/wrappers/base_request.py | 0 .../werkzeug/wrappers/base_response.py | 0 .../werkzeug/wrappers/common_descriptors.py | 0 .../site-packages/werkzeug/wrappers/cors.py | 0 .../site-packages/werkzeug/wrappers/etag.py | 0 .../site-packages/werkzeug/wrappers/json.py | 0 .../werkzeug/wrappers/request.py | 0 .../werkzeug/wrappers/response.py | 0 .../werkzeug/wrappers/user_agent.py | 0 .../python3.8/site-packages/werkzeug/wsgi.py | 0 .../example/exampleenv => exampleenv}/lib64 | 0 .../exampleenv => exampleenv}/pyvenv.cfg | 0 .../CacheControl-0.12.6-py2.py3-none-any.whl | Bin .../appdirs-1.4.3-py2.py3-none-any.whl | Bin .../certifi-2019.11.28-py2.py3-none-any.whl | Bin .../chardet-3.0.4-py2.py3-none-any.whl | Bin .../colorama-0.4.3-py2.py3-none-any.whl | Bin .../contextlib2-0.6.0-py2.py3-none-any.whl | Bin .../distlib-0.3.0-py2.py3-none-any.whl | Bin .../distro-1.4.0-py2.py3-none-any.whl | Bin .../html5lib-1.0.1-py2.py3-none-any.whl | Bin .../idna-2.8-py2.py3-none-any.whl | Bin .../ipaddr-2.2.0-py2.py3-none-any.whl | Bin .../lockfile-0.12.2-py2.py3-none-any.whl | Bin .../msgpack-0.6.2-py2.py3-none-any.whl | Bin .../packaging-20.3-py2.py3-none-any.whl | Bin .../pep517-0.8.2-py2.py3-none-any.whl | Bin .../pip-20.0.2-py2.py3-none-any.whl | Bin .../pkg_resources-0.0.0-py2.py3-none-any.whl | Bin .../progress-1.5-py2.py3-none-any.whl | Bin .../pyparsing-2.4.6-py2.py3-none-any.whl | Bin .../pytoml-0.1.21-py2.py3-none-any.whl | Bin .../requests-2.22.0-py2.py3-none-any.whl | Bin .../retrying-1.3.3-py2.py3-none-any.whl | Bin .../setuptools-44.0.0-py2.py3-none-any.whl | Bin .../six-1.14.0-py2.py3-none-any.whl | Bin .../urllib3-1.25.8-py2.py3-none-any.whl | Bin .../webencodings-0.5.1-py2.py3-none-any.whl | Bin .../wheel-0.34.2-py2.py3-none-any.whl | Bin flask1 | 1 - flaskrest/PyGithubTest.py | 9 --- flaskrest/main.py | 64 ------------------ flaskrest/requirements.txt | 12 ---- flaskrest/test.py | 8 --- .../pkg_resources/_vendor/__init__.py | 0 .../setuptools/_vendor/__init__.py | 0 .../requirements.txt => requirements.txt | 0 805 files changed, 11 insertions(+), 237 deletions(-) rename heroku/example/Procfile => Procfile (100%) rename {heroku/example/__pycache__ => __pycache__}/main.cpython-38.pyc (100%) rename heroku/example/main.py => app.py (100%) delete mode 100644 django/djangorest/library/__pycache__/__init__.cpython-38.pyc delete mode 100644 django/djangorest/library/__pycache__/admin.cpython-38.pyc delete mode 100644 django/djangorest/library/__pycache__/apps.cpython-38.pyc delete mode 100644 django/djangorest/library/__pycache__/models.cpython-38.pyc delete mode 100644 django/djangorest/library/admin.py delete mode 100644 django/djangorest/library/apps.py delete mode 100644 django/djangorest/library/migrations/0001_initial.py delete mode 100644 django/djangorest/library/migrations/0002_book_color.py delete mode 100644 django/djangorest/library/migrations/0003_auto_20210428_1522.py delete mode 100644 django/djangorest/library/migrations/0004_auto_20210428_1523.py delete mode 100644 django/djangorest/library/migrations/__pycache__/0001_initial.cpython-38.pyc delete mode 100644 django/djangorest/library/migrations/__pycache__/0002_book_color.cpython-38.pyc delete mode 100644 django/djangorest/library/migrations/__pycache__/0003_auto_20210428_1522.cpython-38.pyc delete mode 100644 django/djangorest/library/migrations/__pycache__/0004_auto_20210428_1523.cpython-38.pyc delete mode 100644 django/djangorest/library/migrations/__pycache__/__init__.cpython-38.pyc delete mode 100644 django/djangorest/library/models.py delete mode 100644 django/djangorest/library/serializers.py delete mode 100644 django/djangorest/library/tests.py delete mode 100644 django/djangorest/library/views.py rename {heroku/example/exampleenv => exampleenv}/bin/Activate.ps1 (100%) rename {heroku/example/exampleenv => exampleenv}/bin/activate (100%) rename {heroku/example/exampleenv => exampleenv}/bin/activate.csh (100%) rename {heroku/example/exampleenv => exampleenv}/bin/activate.fish (100%) rename {heroku/example/exampleenv => exampleenv}/bin/easy_install (100%) rename {heroku/example/exampleenv => exampleenv}/bin/easy_install-3.8 (100%) rename {heroku/example/exampleenv => exampleenv}/bin/flask (100%) rename {heroku/example/exampleenv => exampleenv}/bin/pip (100%) rename {heroku/example/exampleenv => exampleenv}/bin/pip3 (100%) rename {heroku/example/exampleenv => exampleenv}/bin/pip3.8 (100%) rename {heroku/example/exampleenv => exampleenv}/bin/python (100%) rename {heroku/example/exampleenv => exampleenv}/bin/python3 (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Flask-1.1.2.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Flask-1.1.2.dist-info/LICENSE.rst (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Flask-1.1.2.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Flask-1.1.2.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Flask-1.1.2.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Flask-1.1.2.dist-info/entry_points.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Flask-1.1.2.dist-info/top_level.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Jinja2-2.11.3.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Jinja2-2.11.3.dist-info/LICENSE.rst (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Jinja2-2.11.3.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Jinja2-2.11.3.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Jinja2-2.11.3.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Jinja2-2.11.3.dist-info/entry_points.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Jinja2-2.11.3.dist-info/top_level.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/MarkupSafe-1.1.1.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/MarkupSafe-1.1.1.dist-info/LICENSE.rst (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/MarkupSafe-1.1.1.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/MarkupSafe-1.1.1.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/MarkupSafe-1.1.1.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/MarkupSafe-1.1.1.dist-info/top_level.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Werkzeug-1.0.1.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Werkzeug-1.0.1.dist-info/LICENSE.rst (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Werkzeug-1.0.1.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Werkzeug-1.0.1.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Werkzeug-1.0.1.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/Werkzeug-1.0.1.dist-info/top_level.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/__pycache__/easy_install.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click-7.1.2.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click-7.1.2.dist-info/LICENSE.rst (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click-7.1.2.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click-7.1.2.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click-7.1.2.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click-7.1.2.dist-info/top_level.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/_bashcomplete.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/_compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/_termui_impl.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/_textwrap.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/_unicodefun.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/_winconsole.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/core.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/decorators.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/exceptions.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/formatting.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/globals.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/parser.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/termui.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/testing.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/types.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/__pycache__/utils.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/_bashcomplete.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/_compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/_termui_impl.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/_textwrap.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/_unicodefun.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/_winconsole.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/core.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/decorators.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/exceptions.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/formatting.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/globals.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/parser.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/termui.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/testing.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/types.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/click/utils.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/easy_install.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__main__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/__main__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/_compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/app.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/blueprints.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/cli.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/config.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/ctx.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/debughelpers.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/globals.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/helpers.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/logging.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/sessions.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/signals.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/templating.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/testing.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/views.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/__pycache__/wrappers.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/_compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/app.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/blueprints.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/cli.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/config.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/ctx.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/debughelpers.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/globals.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/helpers.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/json/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/json/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/json/__pycache__/tag.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/json/tag.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/logging.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/sessions.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/signals.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/templating.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/testing.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/views.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/flask/wrappers.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous-1.1.0.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous-1.1.0.dist-info/LICENSE.rst (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous-1.1.0.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous-1.1.0.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous-1.1.0.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous-1.1.0.dist-info/top_level.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/_compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/_json.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/encoding.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/exc.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/jws.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/serializer.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/signer.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/timed.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/__pycache__/url_safe.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/_compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/_json.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/encoding.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/exc.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/jws.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/serializer.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/signer.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/timed.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/itsdangerous/url_safe.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/_compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/_identifier.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/asyncfilters.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/asyncsupport.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/bccache.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/compiler.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/constants.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/debug.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/defaults.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/environment.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/exceptions.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/ext.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/filters.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/idtracking.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/lexer.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/loaders.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/meta.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/nativetypes.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/nodes.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/optimizer.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/parser.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/runtime.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/sandbox.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/tests.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/utils.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/__pycache__/visitor.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/_compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/_identifier.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/asyncfilters.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/asyncsupport.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/bccache.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/compiler.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/constants.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/debug.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/defaults.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/environment.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/exceptions.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/ext.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/filters.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/idtracking.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/lexer.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/loaders.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/meta.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/nativetypes.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/nodes.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/optimizer.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/parser.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/runtime.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/sandbox.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/tests.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/utils.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/jinja2/visitor.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/__pycache__/_compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/__pycache__/_constants.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/__pycache__/_native.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/_compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/_constants.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/_native.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/_speedups.c (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/markupsafe/_speedups.cpython-38-x86_64-linux-gnu.so (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip-20.0.2.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip-20.0.2.dist-info/LICENSE.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip-20.0.2.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip-20.0.2.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip-20.0.2.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip-20.0.2.dist-info/entry_points.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip-20.0.2.dist-info/top_level.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/__main__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/__pycache__/__main__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/cache.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/exceptions.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/legacy_resolve.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/locations.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/pep425tags.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/build_env.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cache.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/base_command.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/cmdoptions.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/command_context.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/main.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/parser.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/req_command.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/cli/status_codes.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/check.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/completion.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/configuration.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/debug.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/download.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/freeze.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/hash.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/help.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/install.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/list.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/search.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/show.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/uninstall.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/commands/wheel.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/configuration.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/base.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/installed.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/sdist.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/distributions/wheel.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/exceptions.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/index/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/index/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/index/__pycache__/collector.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/index/collector.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/index/package_finder.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/legacy_resolve.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/locations.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/main.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/format_control.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/scheme.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/target_python.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/__pycache__/wheel.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/candidate.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/format_control.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/index.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/link.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/scheme.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/search_scope.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/selection_prefs.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/target_python.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/models/wheel.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/__pycache__/auth.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/__pycache__/cache.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/__pycache__/download.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/__pycache__/utils.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/auth.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/cache.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/download.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/session.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/utils.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/network/xmlrpc.py (100%) rename {django/djangorest/library => exampleenv/lib/python3.8/site-packages/pip/_internal/operations}/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc (100%) rename {django/djangorest/library/migrations => exampleenv/lib/python3.8/site-packages/pip/_internal/operations/build}/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/metadata.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/metadata_legacy.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/wheel.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/build/wheel_legacy.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/check.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/freeze.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/install/editable_legacy.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/install/legacy.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/operations/prepare.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/pep425tags.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/pyproject.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/constructors.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/req_file.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/req_install.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/req_set.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/req_tracker.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/req/req_uninstall.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/self_outdated_check.py (100%) rename {heroku/example/exampleenv/lib/python3.8/site-packages/pip/_internal/operations => exampleenv/lib/python3.8/site-packages/pip/_internal/utils}/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/marker_files.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/misc.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/models.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/pkg_resources.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/typing.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/ui.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/appdirs.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/deprecation.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/distutils_args.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/encoding.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/entrypoints.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/filesystem.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/filetypes.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/glibc.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/hashes.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/inject_securetransport.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/logging.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/marker_files.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/misc.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/models.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/packaging.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/pkg_resources.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/setuptools_build.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/temp_dir.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/typing.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/ui.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/unpacking.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/urls.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/virtualenv.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/utils/wheel.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/bazaar.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/git.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/mercurial.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/subversion.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_internal/wheel_builder.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_vendor/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/AUTHORS.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/LICENSE.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/__pycache__/py31compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv/lib/python3.8/site-packages/pip/_internal/operations/build => exampleenv/lib/python3.8/site-packages/pkg_resources/_vendor}/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/appdirs.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__about__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/_structures.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/markers.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/requirements.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/utils.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/pyparsing.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/_vendor/six.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/extern/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/pkg_resources/py31compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/AUTHORS.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/INSTALLER (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/LICENSE.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/METADATA (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/RECORD (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/WHEEL (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/dependency_links.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/entry_points.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/top_level.txt (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/zip-safe (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/_imp.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/config.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/depends.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/dist.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/errors.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/extension.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/glob.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/installer.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/launch.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/py27compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/py31compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/py33compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/py34compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/site-patch.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/version.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_deprecation_warning.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_imp.py (100%) rename {heroku/example/exampleenv/lib/python3.8/site-packages/pip/_internal/utils => exampleenv/lib/python3.8/site-packages/setuptools/_vendor}/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/__pycache__/six.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/ordered_set.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__about__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/_compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/_structures.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/markers.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/requirements.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/specifiers.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/tags.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/utils.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/packaging/version.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/pyparsing.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/_vendor/six.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/archive_util.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/build_meta.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/cli-32.exe (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/cli-64.exe (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/cli.exe (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/bdist_wininst.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/alias.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/bdist_egg.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/bdist_rpm.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/bdist_wininst.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/build_clib.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/build_ext.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/build_py.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/develop.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/dist_info.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/easy_install.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/egg_info.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/install.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/install_egg_info.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/install_lib.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/install_scripts.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/py36compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/register.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/rotate.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/saveopts.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/sdist.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/setopt.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/test.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/upload.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/command/upload_docs.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/config.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/dep_util.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/depends.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/dist.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/errors.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/extension.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/extern/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/glob.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/gui-32.exe (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/gui-64.exe (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/gui.exe (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/installer.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/launch.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/lib2to3_ex.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/monkey.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/msvc.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/namespaces.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/package_index.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/py27compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/py31compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/py33compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/py34compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/sandbox.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/script (dev).tmpl (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/script.tmpl (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/site-patch.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/ssl_support.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/unicode_utils.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/version.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/wheel.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/setuptools/windows_support.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/_compat.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/_internal.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/_reloader.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/datastructures.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/exceptions.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/filesystem.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/formparser.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/http.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/local.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/posixemulation.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/routing.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/security.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/serving.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/test.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/testapp.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/urls.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/useragents.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/utils.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/__pycache__/wsgi.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/_compat.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/_internal.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/_reloader.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/datastructures.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/__pycache__/console.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/__pycache__/repr.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/console.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/repr.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/FONT_LICENSE (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/console.png (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/debugger.js (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/jquery.js (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/less.png (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/more.png (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/source.png (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/style.css (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/shared/ubuntu.ttf (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/debug/tbtools.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/exceptions.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/filesystem.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/formparser.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/http.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/local.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/lint.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/__pycache__/shared_data.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/dispatcher.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/http_proxy.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/lint.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/profiler.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/proxy_fix.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/middleware/shared_data.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/posixemulation.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/routing.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/security.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/serving.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/test.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/testapp.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/urls.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/useragents.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/utils.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__init__.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/accept.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/auth.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/base_request.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/base_response.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/common_descriptors.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/cors.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/etag.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/json.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/request.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/response.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/__pycache__/user_agent.cpython-38.pyc (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/accept.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/auth.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/base_request.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/base_response.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/common_descriptors.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/cors.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/etag.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/json.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/request.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/response.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wrappers/user_agent.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib/python3.8/site-packages/werkzeug/wsgi.py (100%) rename {heroku/example/exampleenv => exampleenv}/lib64 (100%) rename {heroku/example/exampleenv => exampleenv}/pyvenv.cfg (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/CacheControl-0.12.6-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/appdirs-1.4.3-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/certifi-2019.11.28-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/chardet-3.0.4-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/colorama-0.4.3-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/contextlib2-0.6.0-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/distlib-0.3.0-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/distro-1.4.0-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/html5lib-1.0.1-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/idna-2.8-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/ipaddr-2.2.0-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/lockfile-0.12.2-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/msgpack-0.6.2-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/packaging-20.3-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/pep517-0.8.2-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/pip-20.0.2-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/progress-1.5-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/pyparsing-2.4.6-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/pytoml-0.1.21-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/requests-2.22.0-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/retrying-1.3.3-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/setuptools-44.0.0-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/six-1.14.0-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/urllib3-1.25.8-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/webencodings-0.5.1-py2.py3-none-any.whl (100%) rename {heroku/example/exampleenv => exampleenv}/share/python-wheels/wheel-0.34.2-py2.py3-none-any.whl (100%) delete mode 160000 flask1 delete mode 100644 flaskrest/PyGithubTest.py delete mode 100644 flaskrest/main.py delete mode 100644 flaskrest/requirements.txt delete mode 100644 flaskrest/test.py delete mode 100644 heroku/example/exampleenv/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py delete mode 100644 heroku/example/exampleenv/lib/python3.8/site-packages/setuptools/_vendor/__init__.py rename heroku/example/requirements.txt => requirements.txt (100%) diff --git a/heroku/example/Procfile b/Procfile similarity index 100% rename from heroku/example/Procfile rename to Procfile diff --git a/README.md b/README.md index 526da38c..bf4fb9aa 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,14 @@ Python-based & JS/Probot based API protocols for GitHub/signal-k & githu -`flask1` -> referring to [signal-k/flask1](https://github.com/signal-k/flask1) \ No newline at end of file +`flask1` -> referring to [signal-k/flask1](https://github.com/signal-k/flask1) + +# CLI Applications +* Heroku CLI + +# Heroku +## Example +* App name: rpherokumain1 [pushing error](https://stackoverflow.com/questions/18406721/heroku-does-not-appear-to-be-a-git-repository) + * Staging: `rpherokumain1-staging1` + +```git push heroku master``` \ No newline at end of file diff --git a/heroku/example/__pycache__/main.cpython-38.pyc b/__pycache__/main.cpython-38.pyc similarity index 100% rename from heroku/example/__pycache__/main.cpython-38.pyc rename to __pycache__/main.cpython-38.pyc diff --git a/heroku/example/main.py b/app.py similarity index 100% rename from heroku/example/main.py rename to app.py diff --git a/django/djangorest/library/__pycache__/__init__.cpython-38.pyc b/django/djangorest/library/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index f512ea7a80407142426655facc132019d865c5b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 151 zcmWIL<>g`kg5Q;$2_X70h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o6v8zdXMvySN}R zIki|nEhn)!+fYBTAX7gjD={xUA4(Oa7MJMfWF{3Q7FFuU$7kkcmc+;F6;$5hu*uC& ODa}c>1DX06h#3H#S0t7I diff --git a/django/djangorest/library/__pycache__/admin.cpython-38.pyc b/django/djangorest/library/__pycache__/admin.cpython-38.pyc deleted file mode 100644 index 26b5489383fd8bad177a841d449ca926830b5ae3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 262 zcmWIL<>g`k0_mF0gd!mQ7{oya%s`F<5Ep9zi4=wu#vF!R#wbQch7_h0<{YM6<|t-H zhE&EZmIbV-%nL!{EWr$#tS^D888jJhu_mVEX6C(Qgz#9L^7FI(G})r~QnC{B()0C_ z^YcoIGLwp!fbzH4a`RJCbBc>tKpd9h%#zew97U<=nZ+fkMJpMKIDo=n;+LghNT%w-?G&`}VQXlLJy@JYH95z5pN^?@}KrSi< K*~G)l!vp|JTtUD9 diff --git a/django/djangorest/library/__pycache__/apps.cpython-38.pyc b/django/djangorest/library/__pycache__/apps.cpython-38.pyc deleted file mode 100644 index f89da0ec96e39ebb9084ece6daf7113ed958cd79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 430 zcmYjNy-ve05Vqq~gtl1_D-vs#L~INQwIIQQx*(P;#_c&(sPluJ2!$0E*1iR=ZZ z{Cg6Oz7a(tY7ggieO;AVzFxV?zEDhNsOA`rBq;@guW8D_OMPI-;@j{pUuvPdp5pZc zoVpzsS1yY&#DqqjrrnB2%RfbcZr}`#er3U7W)u51b4iO(2fC% zp*2%R?DpUmc%@aI|isj~-n zR2%Ketx@i9QL1BI!d|tz?*3!7>q}Fwt+F@eG?vBj#?Pd5y_NDY(c$co{7X(9E$%N? zMdlMJTh(YOeI_No9SqsIlphCWrW;FdeY(6>_GPUNSlX!1U$?#9=_%yXc4*{L?X;`n z+O6A*r}iOcjZK^Z&B+P`TDwaS5}xCEl#S6<5&Cp$Z2{|vH+n;R9|(QqtP^U3A( M*UxFPW1G472Rqb}+5i9m diff --git a/django/djangorest/library/admin.py b/django/djangorest/library/admin.py deleted file mode 100644 index a54f46d5..00000000 --- a/django/djangorest/library/admin.py +++ /dev/null @@ -1,6 +0,0 @@ -from django.contrib import admin - -# Register your models here. -from .models import Book - -admin.site.register(Book) \ No newline at end of file diff --git a/django/djangorest/library/apps.py b/django/djangorest/library/apps.py deleted file mode 100644 index c33ac9c8..00000000 --- a/django/djangorest/library/apps.py +++ /dev/null @@ -1,6 +0,0 @@ -from django.apps import AppConfig - - -class LibraryConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'library' diff --git a/django/djangorest/library/migrations/0001_initial.py b/django/djangorest/library/migrations/0001_initial.py deleted file mode 100644 index 66446c04..00000000 --- a/django/djangorest/library/migrations/0001_initial.py +++ /dev/null @@ -1,23 +0,0 @@ -# Generated by Django 3.2 on 2021-04-28 15:13 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - initial = True - - dependencies = [ - ] - - operations = [ - migrations.CreateModel( - name='Book', - fields=[ - ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), - ('title', models.CharField(max_length=255)), - ('num_pages', models.IntegerField(default=0)), - ('isbn13', models.CharField(blank=True, max_length=13, null=True)), - ], - ), - ] diff --git a/django/djangorest/library/migrations/0002_book_color.py b/django/djangorest/library/migrations/0002_book_color.py deleted file mode 100644 index 77f2c983..00000000 --- a/django/djangorest/library/migrations/0002_book_color.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.2 on 2021-04-28 15:20 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('library', '0001_initial'), - ] - - operations = [ - migrations.AddField( - model_name='book', - name='color', - field=models.CharField(blank=True, max_length=32, null=True), - ), - ] diff --git a/django/djangorest/library/migrations/0003_auto_20210428_1522.py b/django/djangorest/library/migrations/0003_auto_20210428_1522.py deleted file mode 100644 index 5207c2f7..00000000 --- a/django/djangorest/library/migrations/0003_auto_20210428_1522.py +++ /dev/null @@ -1,23 +0,0 @@ -# Generated by Django 3.2 on 2021-04-28 15:22 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('library', '0002_book_color'), - ] - - operations = [ - migrations.AddField( - model_name='book', - name='price', - field=models.DecimalField(blank=True, decimal_places=2, max_digits=8, null=True), - ), - migrations.AddField( - model_name='book', - name='publish_date', - field=models.DateField(blank=True, null=True), - ), - ] diff --git a/django/djangorest/library/migrations/0004_auto_20210428_1523.py b/django/djangorest/library/migrations/0004_auto_20210428_1523.py deleted file mode 100644 index 030fdfff..00000000 --- a/django/djangorest/library/migrations/0004_auto_20210428_1523.py +++ /dev/null @@ -1,25 +0,0 @@ -# Generated by Django 3.2 on 2021-04-28 15:23 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('library', '0003_auto_20210428_1522'), - ] - - operations = [ - migrations.RemoveField( - model_name='book', - name='color', - ), - migrations.RemoveField( - model_name='book', - name='price', - ), - migrations.RemoveField( - model_name='book', - name='publish_date', - ), - ] diff --git a/django/djangorest/library/migrations/__pycache__/0001_initial.cpython-38.pyc b/django/djangorest/library/migrations/__pycache__/0001_initial.cpython-38.pyc deleted file mode 100644 index 26c48b3e9f9110a6337e281da938f8d9da5b5599..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 766 zcmYjP&2AGh5VpO}&nBBvD#RTQNV#-daYa>WQBj533vk)X;$$XUC*B|I4G=iOg+mTJ z2Cw8Rr@jJ0l-W&CYs+JQGh@$uGk!Z74H%6dU%tOv3C4ak;O>wFj%m3kB!B@oEawT& zMItzR$v{BxjX{8X9()aw0OV^n?p%{E8w)?kb!Jtq%fk6?UIH37ZA^E^kiao5HzR>8 z;lL6BJP9(ENbJnJO$hAG`@m^R=sEC#aQ}CE$cF!T2wWHA68c9%C6D{u6*dw zYGw3i^w9^jlhR>Ys2qK#*0sUw8zM30L|lDJ4Hj8_<-=l`rH8Fg6dZp~<7@Ze2X1GOz zvchdMe=_@sZnon0tN3GS7p_uMbn(n6w>XSdrDK?@A}hC>MOVj0Pb?KOzWo*P!NI{{ zy3KaKTG{5ib!oYWB>F-MDJ2);0pFpy_ecDdH?7YlwJF?0*oR5WtR>SLZp*?e6L)CFFNXo*T#H3_ToU00PvIj<&Qb z+JcgE0tK)i1el^r_MNp1_(w7>AF!5;i&%Gh;pJL88{(jIpiG!2=($yxoS}ya21Qy5 zq%D9hXv-8|mWeHq2vWxXi1SlKDOOR>Dx%D@!)Dv|Gn zh_w({w=oLOdqRBPNRw()2C7#Ul$~o8e1UwidI#_!_3$jEqxUz`=RDS~SGy(sBK{E3 z9R5t3FV3$*FXt*W*G7ibX(M~xz*5?U+x@%>>t-jqdD?b^@?VLhT4d2D{jE$eG}-p_61&9e&2|HClc8i9nwYbD>xOE=btzZ_cV8fyx z!guf&-m>a1j5LDlwAG9wpWKIY?>)!)aCDRsTz|g*`gBGK`Rkp#i=lIh+df7B0)Zw? zPz4RGXh2>Qpb-8f5XxW?{s^lO*gKL(TRcm0>e5EdjaaF!wQkgOAhoT1>h4O=ImK`-Y|$ahg^cW7^4i*4fXLktrED0Lu4*_d+3g% zjJ28>VXmqNlgXsyv#wk6y3?Jhn73Wj8&%8qThxGTV}zW!Xr@KGboW8lsu7y^TGY}a zEAfqknyZy{tX*rJhZythcq&m6=`=G1t)CPTQ$Qy25$3(j52 zIaXL}iFU^Mm$lHoiuXYFvIW`JN?PN`bMYC#D_`A&-p$T;^9>=FoMWS%nRdP0%m160 zhrY9i>yO3P&Ma;3*%X&r*yXeky((ZK+IhEs8EIF=UbN!&9t)K32^Z^C$ID4Mojfg{ z^Xap)Jn65D|5rx1?IVOZr2kmN0*cS^&B4lU*!6Jk0`*OH4NqV;@EX_*$=g|XmapgH P7dwSsdeYVlaUA{!x`(?{ diff --git a/django/djangorest/library/migrations/__pycache__/0004_auto_20210428_1523.cpython-38.pyc b/django/djangorest/library/migrations/__pycache__/0004_auto_20210428_1523.cpython-38.pyc deleted file mode 100644 index 1515a71500e9f22ecea57ef393c973cea97759c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 589 zcmZWlJ&zMH5cSt4xh2;e1sw(5Hn*F-LqZ6ltDw3oKu~OBob?bk@vav;0bM}_4Fx~s z{*qe?#4kXi0LGi3i|$79^Ba4{&u?BG9;O82$EUAvju;`|W3nFtlQUfY0fHu)8q(5= zQu3T=rui45InX8h%qynFOOho&v5sUkq;0csYTek**YRjSMwp!8@{bXKR8$jerwdwf z5X&S!ti?CBg`kg5Q;$2_X70h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o6vVzdXMvySN}R zIki|nEhn)!+fYBTAX7gjD={xUA4(Oa7MJMfWF{3Q7FFu!W~LV") - -if __name__ == "__main__": - app.run(debug=True) \ No newline at end of file diff --git a/flaskrest/requirements.txt b/flaskrest/requirements.txt deleted file mode 100644 index 6f40f5e5..00000000 --- a/flaskrest/requirements.txt +++ /dev/null @@ -1,12 +0,0 @@ -aniso8601==8.0.0 -click==7.1.2 -Flask==1.1.2 -Flask-RESTful==0.3.8 -Flask-SQLAlchemy==2.4.3 -itsdangerous==1.1.0 -Jinja2==2.11.2 -MarkupSafe==1.1.1 -pytz==2020.1 -six==1.15.0 -SQLAlchemy==1.3.18 -Werkzeug==1.0.1 \ No newline at end of file diff --git a/flaskrest/test.py b/flaskrest/test.py deleted file mode 100644 index b6d09955..00000000 --- a/flaskrest/test.py +++ /dev/null @@ -1,8 +0,0 @@ -import requests - -BASE = "http://127.0.0.1:5000/" - -response = requests.patch(BASE + "video/2", {}) -print(response.json()) - -# Up to https://youtu.be/GMppyAPbLYk?t=3968 \ No newline at end of file diff --git a/heroku/example/exampleenv/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py b/heroku/example/exampleenv/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/heroku/example/exampleenv/lib/python3.8/site-packages/setuptools/_vendor/__init__.py b/heroku/example/exampleenv/lib/python3.8/site-packages/setuptools/_vendor/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/heroku/example/requirements.txt b/requirements.txt similarity index 100% rename from heroku/example/requirements.txt rename to requirements.txt From f3356946dd59c9d9e054dcbeac83b6aa7d546694 Mon Sep 17 00:00:00 2001 From: Liam Arbuckle Date: Thu, 29 Apr 2021 08:15:36 +0000 Subject: [PATCH 2/2] DSP-27 Heroku error - trying to properly initialize and setup pipelines for flask heroku pipelines:create --app realpython-example-app --stage production realpython-example-app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf4fb9aa..f7ac0e3b 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,6 @@ Python-based & JS/Probot based API protocols for GitHub/signal-k & githu ## Example * App name: rpherokumain1 [pushing error](https://stackoverflow.com/questions/18406721/heroku-does-not-appear-to-be-a-git-repository) * Staging: `rpherokumain1-staging1` + Branch: herokumain ```git push heroku master``` \ No newline at end of file