nyaa/nyaa/views
Nicolas F d8e796f3e0 Move to Python 3.7 and update dependencies (#551)
* forms: replace re._pattern_type with re.Pattern

Python 3.7 removed re._pattern_type and replaced it with
re.Pattern.

* readme: update for Python 3.7

* Update requirements

Also remove some unused ones which were neither a direct dependency
nor a dependency of our dependencies.

* account: force ASCII usernames on login form

Our database doesn't like it when we check for unicode data in
a column that stores ASCII data, so let's stop it before it
gets that far.

* Move travis CI to Python 3.7

* travis: use xenial dist

* fix newer linter warnings

Apparently bare excepts are literally Hitler, and we have some
new import sorting rules. Hooray!

* requirements: remove six

This is a dependency for sqlalchemy-utils, but we ourselves don't
depend on it directly because we've never been on Python 2 ever.

* Update requirements.txt
2019-08-10 18:39:53 -07:00
..
__init__.py Move to Python 3.7 and update dependencies (#551) 2019-08-10 18:39:53 -07:00
account.py Move to Python 3.7 and update dependencies (#551) 2019-08-10 18:39:53 -07:00
admin.py Add trusted application functionality (#533) 2019-08-10 18:18:44 -07:00
main.py Support searching for base32 info hash (BTIH) 2017-11-14 21:27:15 +02:00
site.py Add trusted application functionality (#533) 2019-08-10 18:18:44 -07:00
torrents.py Further cleanup 2019-04-08 19:18:11 +02:00
users.py users: activation button improvements (#506) 2018-07-09 22:15:19 -07:00