Can snyk parse / handle requirements.txt files which contains `*` or `<`, for example:
attrdict==2.0.0
diboo-zerg==11.3.*
tornado==4.5.3
fab-imodel<8,>=7
pycodestyle<2.4.0,>=2.0.0
Yes! Snyk can indeed handle `*` or `<` in your python requirements.txt file.
If you are experiencing a failure, check whether or not you are using private packages, as Snyk scanning doesn't currently support these. Try commenting them out and retrying if you want to test the other packages.