Skip to content

Commit

Permalink
Improvements requirements.txt and new file install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed May 16, 2018
1 parent f584201 commit 52ae142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Install dependencies masonite
pip install .
# Install dev and test dependencies
pip install -r requirements.txt
20 changes: 0 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 52ae142

Please sign in to comment.