Skip to content

Commit

Permalink
Merge 74b6d45 into 7cb4daf
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Hammack committed Oct 30, 2018
2 parents 7cb4daf + 74b6d45 commit 63658c4
Show file tree
Hide file tree
Showing 4 changed files with 822 additions and 65 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ matrix:
script: travis_retry coverage run -m pytest && coveralls

install:
- pip install masonite_cli
- pip install -e .
- pip install -r requirements.txt
- pip install pipenv
- pipenv install masonite-cli
- pipenv install '-e .'
- pipenv install

script:
- travis_retry coverage run -m pytest
Expand Down
77 changes: 77 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
ably = "*"
"asn1crypto" = "*"
atomicwrites = "*"
attrs = "*"
backpack = "*"
bcrypt = "*"
blinker = "*"
"boto3" = "*"
botocore = "*"
certifi = "*"
cffi = "*"
chardet = "*"
cleo = "*"
coverage = "*"
coveralls = "*"
cryptography = "*"
docopt = "*"
docutils = "*"
idna = "*"
inflection = "*"
jmespath = "*"
lazy-object-proxy = "*"
libsass = "*"
more-itertools = "*"
msgpack-python ="*"
ndg-httpsclient ="*"
orator = "*"
pastel = "*"
pendulum = "*"
pluggy = "*"
psutil ="*"
pusher = "*"
py ="*"
pyaml = "*"
"pyasn1" = "*"
pycparser = "*"
pylev = "*"
python-dateutil = "*"
python-dotenv = "*"
pytz = "*"
pytzdata ="*"
requests = "*"
requests-file = "*"
"s3transfer" = "*"
simplejson = "*"
six = "*"
tabulate = "*"
tldextract = "*"
tzlocal = "*"
"urllib3" = "*"
waitress = "*"
whitenoise = "*"
wrapt ="*"
"flake8" = "*"
pika = "*"
Faker = "*"
"Jinja2" = "*"
MarkupSafe = "*"
Pygments = "*"
pyOpenSSL = "*"
PyYAML = "*"
"validator.py" ="*"
masonite-cli = "*"
masonite-events = "*"
pytest = "*"

[dev-packages]

[requires]
python_version = "3.6"

Loading

0 comments on commit 63658c4

Please sign in to comment.