I'm porting my project to support Python 3, it's got a dependency on SQLite, so I've got pysqlite
in my requirements.txt
But the pysqlite module doesn't exist in Python 3 (it's built-in), how do I get my requirements.txt to work in both Python 2 and Python 3?