-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyDNS dependency? #8
Comments
Update: it installed fine from https://github.com/robertlagrant/pyramid_simpleauth, where I removed that dep. Will see what happens. |
Might be something to do with the email validator, which I think has a resolve dns option? |
it looks like PyDNS offers a module named 'DNS', which is not referenced anywhere in the simpleauth source code. can this be fixed, since it's apparently not used? |
I can find no references to DNS in the source code. Fixes thruflo#8
I'm trying to install on Python 3 on Windows (the least-likely-to-work combination) and while passlib installed fine, it borked on pyDNS. I'm just wondering what that dependency is for, since the only time I see it when I search the repo is in the setup.py file.
Can it be safely removed?
The text was updated successfully, but these errors were encountered: