Skip to content

Commit

Permalink
Bump Spray365 version, Added pip requirements.txt
Browse files Browse the repository at this point in the history
ADDED - New pip requirements file
  • Loading branch information
MarkoH17 committed Nov 6, 2021
1 parent e4117ee commit ce7055a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
msal==1.16.0
colorama==0.4.4
6 changes: 3 additions & 3 deletions spray365.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from msal import PublicClientApplication
from colorama import Fore
import os
import sys
import argparse
Expand All @@ -8,8 +6,10 @@
import itertools
import json
from json import JSONEncoder
from msal import PublicClientApplication
from colorama import Fore

version = "0.0.1-alpha"
version = "0.1.0-beta"


class Credential:
Expand Down

0 comments on commit ce7055a

Please sign in to comment.