Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into pyup-update-raven-6.9.0-to-6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y0no committed Apr 9, 2019
2 parents b3b429d + bc396b4 commit df1702f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
dist: xenial

python:
- '3.5'
Expand Down
6 changes: 3 additions & 3 deletions phishing/tests/selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def setUp(self):
username = os.environ.get('SAUCE_USERNAME')
accesskey = os.environ.get('SAUCE_ACCESS_KEY')
desired_cap = {
'platform': "Mac OS X 10.9",
'browserName': "chrome",
'version': "31",
'platform': 'LINUX',
'browserName': 'chrome',
'version': '',
'tunnel-identifier': os.environ.get('TRAVIS_JOB_NUMBER')
}
self.drv = webdriver.Remote(
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# Basics
django==2.0.7
djangorestframework==3.8.2
djangorestframework==3.9.2

# Templates
django-bootstrap-form==3.4
jinja2==2.10
jinja2==2.10.1

# Debugging
raven==6.10.0

# Security
django-axes==4.4.0
django-axes==4.5.4

# Data parsing
beautifulsoup4==4.6.0
beautifulsoup4==4.7.1
html5lib==1.0.1
cchardet==2.1.1
cchardet==2.1.4

# Networking
requests==2.19.1
requests==2.21.0

# Utils
django-model-utils==3.1.2
pyshorteners==0.6.1
pytz==2018.5
pytz==2018.9
unipath==1.1

# Testing
freezegun==0.3.10
selenium==3.13.0

# Documentation
sphinx==1.7.5
sphinx==2.0.1
sphinx-rtd-theme==0.4.0
pypandoc==1.4

0 comments on commit df1702f

Please sign in to comment.