From 52ae1428741b0405f2e7482407f6e3eca77d2377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Peveri?= Date: Tue, 15 May 2018 21:40:23 -0300 Subject: [PATCH] Improvements requirements.txt and new file install.sh --- install.sh | 4 ++++ requirements.txt | 20 -------------------- 2 files changed, 4 insertions(+), 20 deletions(-) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 000000000..c332666d4 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +# Install dependencies masonite +pip install . +# Install dev and test dependencies +pip install -r requirements.txt \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2d37ac1d1..cb32ee49b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,4 @@ libsass -validator.py==1.2.5 -bcrypt==3.1.4 -requests==2.18.4 -tldextract==2.2.0 -Jinja2==2.10 -python-dotenv==0.7.1 -passlib==1.7.1 -whitenoise==3.3.1 -bcrypt==3.1.4 -orator==0.9.7 -cryptography==2.1.4 -PyMySQL==0.8.0 -psycopg2==2.7.3.2 -masonite-entry # rq.filter: >=0.0.0,<=0.9.99 -pendulum==1.4.4 -cleo==0.6.5 -tabulate==0.8.2 -watchdog==0.8.3 -waitress==1.1.0 - boto3==1.5.24 pusher==1.7.4 ably==1.0.1