BetterWorks / django-anonymizer

MIT License
14 stars 12 forks source link

Please update or correct pypi version #34

Open camilonova opened 6 years ago

camilonova commented 6 years ago

I just installed the package and it shows:

  File "/usr/local/lib/python3.6/site-packages/anonymizer/base.py", line 7, in <module>
    from faker import data
ImportError: cannot import name 'data'

I've installed django-anonymizer-0.5.1 but your setup.py file shows a different version number.

Seems the package on pypi is outdated.

alvaromlg commented 4 years ago

Meanwhile you can install latest tag and it will work git+https://github.com/BetterWorks/django-anonymizer.git@0.5.0.16-b

erseco commented 4 years ago

Is planned the upload of the new version to pypi?