InjectiveLabs/injective-api-demo

Improve requirements

achilleas-kal opened this issue · 1 comments

One of our users was facing this issue yesterday when he was trying to run the pure market making script which was quite odd since we don't use the pytz library there. Eventually I asked him to update the APScheduler library and it was fixed but these requirements would be ideally listed in the repo here along with the minimum required versions of each library.

PytzUsageWarning: The normalize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html
return self.timezone.normalize(next_fire_time)
2021-12-02 21:44:19,534 base.py : INFO Added job "Demo.on_timer" to job store "default"
2021-12-02 21:44:19,534 base.py : INFO Scheduler started
2021-12-02 21:44:19,534 perp_simple_strategy.py : INFO start..

Closed by 07018a9