forked from CGM_Public/pretix_original
Stop pinning chardet/setuptools versions
This commit is contained in:
@@ -40,7 +40,7 @@ automatically). If you are working on Ubuntu or Debian, we strongly recommend up
|
||||
your pip and setuptools installation inside the virtual environment, otherwise some of
|
||||
the dependencies might fail::
|
||||
|
||||
pip3 install -U pip setuptools==28.6.1
|
||||
pip3 install -U pip setuptools
|
||||
|
||||
Working with the code
|
||||
---------------------
|
||||
|
||||
@@ -35,7 +35,7 @@ stripe==1.22.*
|
||||
paypalrestsdk==1.12.*
|
||||
pycparser==2.13 # https://github.com/eliben/pycparser/issues/147
|
||||
# Banktransfer
|
||||
chardet>=2.3,<3
|
||||
chardet
|
||||
mt-940==3.2
|
||||
vobject==0.9.*
|
||||
pycountry
|
||||
|
||||
Reference in New Issue
Block a user