Skip to content
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

requirements.txt is unnecessary strict #30

Closed
blshkv opened this issue Apr 29, 2019 · 2 comments
Closed

requirements.txt is unnecessary strict #30

blshkv opened this issue Apr 29, 2019 · 2 comments

Comments

@blshkv
Copy link
Contributor

blshkv commented Apr 29, 2019

Hi, I'm porting your tool to Pentoo Linux and facing the problem with other tools which require not so decent versions and might not work/tested with the latest yet.

The requirements seem unnecessary strict and require the latest version exclusively:

beautifulsoup4==4.6.3
cchardet==2.1.4
censys==0.0.8
docopt==0.6.2
Jinja2==2.10.1
msgpack-python==0.5.6
pandas==0.22.0
pysocks==1.6.7
urllib3==1.25
Scrapy==1.5.0
google-api-python-client==1.7.4
metplotlib>=3.0.3
networkx>=2.2

Specifically, the following are the troubled packages:

  • gnuradio (supports python 2.x only)
  • matplotlib-3.0.3 supports python 3.x only
  • requests, does not support urllib3 yet
  • may be others.

Could you relax dependences, do not use == and replace with >= and only require a specific version IF it is really necessary?

@gyoisamurai
Copy link
Owner

@blshkv Thank you for your support. I've fixed requirement.txt.

gyoisamurai added a commit that referenced this issue Apr 30, 2019
@blshkv
Copy link
Contributor Author

blshkv commented Apr 30, 2019

Cheers

@blshkv blshkv closed this as completed Apr 30, 2019
13o-bbr-bbq pushed a commit that referenced this issue Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants