defaultnamehere / zzzzz

Roleplay as the NSA by making creepy graphs of your friends
MIT License
1.3k stars 131 forks source link

No `requirements.txt`. #1

Closed qw3rtman closed 8 years ago

qw3rtman commented 8 years ago

I might be missing something here, but shouldn't there be a requirements.txt file?

Running pip install -r requirements.txt gives me:

Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
defaultnamehere commented 8 years ago

tfw forgot to commit that. My bad, I'll commit it in a bit

qw3rtman commented 8 years ago

No worries. Thanks!

davidfurlong commented 8 years ago

+1

tgxn commented 8 years ago

+1

defaultnamehere commented 8 years ago

Manual "workaround" until I can re-generate the requirements.

pip3 install flask requests

P.S. I literally typed this in a browser without running it so no promises that it's completely correct

tgxn commented 8 years ago

I installed requests using pip install requests and it's running for me now.

Are there any further requirements for the graphing/server?

Edit: Flask, duh!

jczimm commented 8 years ago

+1

vidia commented 8 years ago

+1