olucurious / PyFCM

Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
http://olucurious.github.io/PyFCM/
MIT License
803 stars 206 forks source link

Add requirements.dev.txt in project #269

Closed alexsukhrin closed 4 years ago

alexsukhrin commented 4 years ago

Running tests requires the pytest library. I suggest explicitly registering this in requirements.dev.txt I suggest adding a dependency file and specifying pytest there explicitly, this will help developers run tests. @olucurious

olucurious commented 4 years ago

Please send a PR to the develop branch. Thanks