Skip to content

Commit

Permalink
Merge abe519d into 89eeb83
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Dec 10, 2019
2 parents 89eeb83 + abe519d commit e6f116b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
- "3.5"

install:
- python setup.py install
- pip install -r requirements.txt
- pip install coveralls

script:
Expand Down
1 change: 0 additions & 1 deletion sandbox/requirements.txt
Expand Up @@ -6,7 +6,6 @@ Django==2.1.5
django-argonauts==1.2.0
django-debug-toolbar==1.11
gunicorn==19.6.0
pkg-resources==0.0.0
psycopg2==2.7
pycparser==2.19
python-u2flib-server==5.0.0
Expand Down
20 changes: 4 additions & 16 deletions setup.py
Expand Up @@ -21,22 +21,10 @@
dirpath[len(PROJECT_NAME) + 1:], f))

install_requires = [
'asn1crypto==0.24.0',
'cffi==1.12.2',
'cryptography==2.6.1',
'dj-database-url==0.4.1',
'Django<=2.1.5',
'django-argonauts==1.2.0',
'django-debug-toolbar==1.11',
'gunicorn==19.6.0',
'psycopg2==2.7',
'pycparser==2.19',
'python-u2flib-server==5.0.0',
'pytz==2018.9',
'qrcode==6.1',
'six==1.12.0',
'sqlparse==0.3.0',
'whitenoise==3.1',
'Django',
'django-argonauts',
'python-u2flib-server',
'qrcode',
]

setup(
Expand Down

0 comments on commit e6f116b

Please sign in to comment.