Simplify and update setup.py and requirements

This commit is contained in:
Raphael Michel
2017-01-04 21:17:12 +01:00
parent 67de7150e5
commit 87b7ffcc2a
8 changed files with 74 additions and 35 deletions

View File

@@ -1,3 +0,0 @@
chardet>=2.3,<3
mt-940==3.2

View File

@@ -1,2 +0,0 @@
paypalrestsdk==1.12.*
pycparser==2.13 # https://github.com/eliben/pycparser/issues/147

View File

@@ -1,13 +1,13 @@
# Functional requirements
Django>=1.10,<1.11
Django==1.0.*
python-dateutil
pytz
django-bootstrap3>=7.1,<7.2
django-bootstrap3==7.1.*
django-formset-js-improved==0.5.0.1
django-compressor==2.1
reportlab>=3.2,<3.3
reportlab==3.2.*
PyPDF2==1.26.*
easy-thumbnails>=2.2,<3
easy-thumbnails==2.*
django-libsass
libsass
django-otp==0.3.*
@@ -17,8 +17,6 @@ celery==4.0.2
kombu==4.0.2
django-statici18n==1.2.*
inlinestyler==0.2.*
# Deployment / static file compilation requirements
BeautifulSoup4
html5lib<0.99999999,>=0.999 # version requirement by bleach
slimit
@@ -30,3 +28,11 @@ django-markup
markdown
bleach
raven
# Stripe
stripe==1.22.*
# PayPal
paypalrestsdk==1.12.*
pycparser==2.13 # https://github.com/eliben/pycparser/issues/147
# Banktransfer
chardet>=2.3,<3
mt-940==3.2

View File

@@ -1,2 +1 @@
typing

View File

@@ -1,2 +1,2 @@
django-redis>=4.1,<4.2
django-redis==4.1.*
redis==2.10.5

View File

@@ -1,2 +0,0 @@
stripe>=1.22,<1.23