From 2c2b1a999ce50f443b7afee2ca7952850107b08b Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Sun, 25 Nov 2018 16:01:47 -0800 Subject: [PATCH] Cleanup for AWS EB hosting --- .ebignore | 12 ++++++++++++ .gitignore | 10 +++++----- requirements.txt | 23 ++++++++++++++++++----- v1requirements.txt | 15 +-------------- 4 files changed, 36 insertions(+), 24 deletions(-) create mode 100644 .ebignore diff --git a/.ebignore b/.ebignore new file mode 100644 index 0000000..a34cfe2 --- /dev/null +++ b/.ebignore @@ -0,0 +1,12 @@ +/static +!/static/style.css +/icon +/node_modules +.pytest_cache/ +*.pyc +*.sublime-project +*.sublime-workspace +.DS_Store +.Python +npm-debug.log +/virt \ No newline at end of file diff --git a/.gitignore b/.gitignore index 36a9915..1eb47c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,17 @@ config.py /static !/static/style.css -/lib -/bin -/include /icon /node_modules .pytest_cache/ *.pyc -pip-selfcheck.json *.sublime-project *.sublime-workspace .DS_Store .Python npm-debug.log -venv/ \ No newline at end of file +virt/ +# Elastic Beanstalk Files +.elasticbeanstalk/* +!.elasticbeanstalk/*.cfg.yml +!.elasticbeanstalk/*.global.yml diff --git a/requirements.txt b/requirements.txt index 8ab752b..29d9e0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,22 @@ -click==6.7 -elasticsearch==6.2.0 +boto3==1.9.50 +botocore==1.12.50 +certifi==2018.10.15 +chardet==3.0.4 +Click==7.0 +docutils==0.14 +elasticsearch==6.3.1 Flask==1.0.2 Flask-Webpack==0.1.0 -itsdangerous==0.24 +futures==3.2.0 +idna==2.7 +itsdangerous==1.1.0 Jinja2==2.10 -MarkupSafe==1.0 -urllib3==1.22 +jmespath==0.9.3 +MarkupSafe==1.1.0 +python-dateutil==2.7.5 +requests==2.20.1 +requests-aws4auth==0.9 +s3transfer==0.1.13 +six==1.11.0 +urllib3==1.24.1 Werkzeug==0.14.1 diff --git a/v1requirements.txt b/v1requirements.txt index d4d2860..38905a6 100644 --- a/v1requirements.txt +++ b/v1requirements.txt @@ -6,8 +6,6 @@ - Add Audio Support -- Add Tagging - - Deploy Process - Login System @@ -16,15 +14,4 @@ - Add The Logo / Contributors -- CSS Work - ------------------------------- - - -- Version Tracking - -- Commenting - -- Offline Mode - -- Reader Settings \ No newline at end of file +- CSS Work \ No newline at end of file