Skip to content

Commit

Permalink
Merge 0bf0a43 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 + 0bf0a43 commit 6f6039c
Show file tree
Hide file tree
Showing 5 changed files with 858 additions and 66 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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
- pipenv install '-e .'

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 = "*"
"e1839a8" = {editable = true, path = "."}

[dev-packages]

[requires]
python_version = "3.6"
Loading

0 comments on commit 6f6039c

Please sign in to comment.