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

Update requirements.txt #5

Closed
Danc2050 opened this issue Dec 12, 2019 · 1 comment
Closed

Update requirements.txt #5

Danc2050 opened this issue Dec 12, 2019 · 1 comment

Comments

@Danc2050
Copy link

Please update requirements.txt to make it easier for users to start.
Missing

  • secret
  • typing_extensions
  • Others, but I installed them a while ago and forgot.
@kolinko
Copy link
Contributor

kolinko commented Dec 17, 2019

"secret" is a file with private keys etc, it should be created with the first installation
"typing_extensions" is a part of the standard library since python3.6 ( https://pypi.org/project/typing-extensions/ ). Panoramix requires python3.8, so it shouldn't be in requirements

I tested requirements on a completely fresh system install, and requirements.txt seem complete (aside from the fact that web3 keeps breaking and requiring some weird hacks). If you notice anything else missing please let me know.

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